<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pastedeploy-git.git/tests, branch setup-test</title>
<subtitle>github.com: Pylons/pastedeploy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pastedeploy-git.git/'/>
<entry>
<title>Make 'python setup.py test' work</title>
<updated>2018-11-22T19:11:32+00:00</updated>
<author>
<name>Chris Dent</name>
<email>chris.dent@gmail.com</email>
</author>
<published>2018-11-22T19:11:32+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pastedeploy-git.git/commit/?id=3082f349f2fe110bb6d5400e9caebbc29abc8bfe'/>
<id>3082f349f2fe110bb6d5400e9caebbc29abc8bfe</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</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://trove.baserock.org/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>
