<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pastedeploy-git.git/pytest.ini, branch 2.0.0</title>
<subtitle>github.com: Pylons/pastedeploy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pastedeploy-git.git/'/>
<entry>
<title>Make 'python setup.py test' work (#5)</title>
<updated>2018-11-26T11:53:23+00:00</updated>
<author>
<name>Chris Dent</name>
<email>chris.dent@gmail.com</email>
</author>
<published>2018-11-26T11:53:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pastedeploy-git.git/commit/?id=eacb37de3de476c191a4471770ba08ff2939b241'/>
<id>eacb37de3de476c191a4471770ba08ff2939b241</id>
<content type='text'>
* Make 'python setup.py test' work

Packagers sometimes like to use 'python setup.py test'. This
change adjusts setup.py and setup.cfg to allow this to work
with pytest instead of nose. To make things work, the
settings for coverage need to be moved into tox.ini.

A SkipTest in test_config_middleware is changed to its pytest
equivalent.

* Remove usedevelop from tox.ini

Review of improvements to setup.py indicated issues with the
tox.ini.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Make 'python setup.py test' work

Packagers sometimes like to use 'python setup.py test'. This
change adjusts setup.py and setup.cfg to allow this to work
with pytest instead of nose. To make things work, the
settings for coverage need to be moved into tox.ini.

A SkipTest in test_config_middleware is changed to its pytest
equivalent.

* Remove usedevelop from tox.ini

Review of improvements to setup.py indicated issues with the
tox.ini.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix string-formatting args when raising LookupError</title>
<updated>2016-07-20T21:13:16+00:00</updated>
<author>
<name>Tim Burke</name>
<email>tim.burke@gmail.com</email>
</author>
<published>2016-07-20T21:13:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pastedeploy-git.git/commit/?id=a2a041b7da2850c82df195ab36450a8aee8129b5'/>
<id>a2a041b7da2850c82df195ab36450a8aee8129b5</id>
<content type='text'>
Previously, this would trigger

 TypeError: not enough arguments for format string
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, this would trigger

 TypeError: not enough arguments for format string
</pre>
</div>
</content>
</entry>
</feed>
