<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/webtest.git/tests, branch github-actions</title>
<subtitle>github.com: Pylons/webtest.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/webtest.git/'/>
<entry>
<title>Dropped support for Python 2.7 and 3.5</title>
<updated>2020-11-07T20:57:17+00:00</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2020-11-07T20:57:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/webtest.git/commit/?id=d5df159bd27b41c77042e8814ab4f37ebdcea18a'/>
<id>d5df159bd27b41c77042e8814ab4f37ebdcea18a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prevent PytestCollectionWarning for TestApp</title>
<updated>2020-07-28T07:51:40+00:00</updated>
<author>
<name>Adam Johnson</name>
<email>me@adamj.eu</email>
</author>
<published>2020-07-28T07:45:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/webtest.git/commit/?id=03395151089dd58170f9542c99dbee6f20eeb090'/>
<id>03395151089dd58170f9542c99dbee6f20eeb090</id>
<content type='text'>
As per my blog post: https://adamj.eu/tech/2020/07/28/how-to-fix-a-pytest-collection-warning-about-web-tests-test-app-class/

pytest tries to collect `TestApp` where it's imported and raises a warning when it finds it's not a test class. Users currently have to work around this, but it can be solved here by addition of this attribute.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As per my blog post: https://adamj.eu/tech/2020/07/28/how-to-fix-a-pytest-collection-warning-about-web-tests-test-app-class/

pytest tries to collect `TestApp` where it's imported and raises a warning when it finds it's not a test class. Users currently have to work around this, but it can be solved here by addition of this attribute.
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed #210</title>
<updated>2019-02-09T18:15:31+00:00</updated>
<author>
<name>Gael Pasgrimaud</name>
<email>gael@gawel.org</email>
</author>
<published>2019-02-09T18:15:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/webtest.git/commit/?id=9d6562fdd6c0b4538c115cfb1d2e8fe8883e8afc'/>
<id>9d6562fdd6c0b4538c115cfb1d2e8fe8883e8afc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>raise AssertionError on close</title>
<updated>2019-01-19T01:20:53+00:00</updated>
<author>
<name>John Carter</name>
<email>john@therefromhere.org</email>
</author>
<published>2019-01-19T01:20:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/webtest.git/commit/?id=64df4560b65e516ec2f35c432e387c7a46d051b2'/>
<id>64df4560b65e516ec2f35c432e387c7a46d051b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Converted lint check_* functions to raise AssertionError instead of assert</title>
<updated>2019-01-19T01:11:28+00:00</updated>
<author>
<name>John Carter</name>
<email>john@therefromhere.org</email>
</author>
<published>2019-01-19T01:11:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/webtest.git/commit/?id=cdaf2c628a0b2bca5f808f13eb2fd150c508ca6b'/>
<id>cdaf2c628a0b2bca5f808f13eb2fd150c508ca6b</id>
<content type='text'>
So they still check when PYTHONOPTIMIZE&gt;=1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
So they still check when PYTHONOPTIMIZE&gt;=1
</pre>
</div>
</content>
</entry>
<entry>
<title>Explicitly raise AssertionError in response checks</title>
<updated>2019-01-19T00:28:51+00:00</updated>
<author>
<name>John Carter</name>
<email>john@therefromhere.org</email>
</author>
<published>2019-01-19T00:28:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/webtest.git/commit/?id=9f3193da7408cec9ac9c612e047d1c48ba9e542c'/>
<id>9f3193da7408cec9ac9c612e047d1c48ba9e542c</id>
<content type='text'>
so they still check with PYTHONOPTIMIZE&gt;=1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
so they still check with PYTHONOPTIMIZE&gt;=1
</pre>
</div>
</content>
</entry>
<entry>
<title>Support for PYTHONOPTIMIZE=2, fix tests on PYTHONOPTIMIZE=1, 2</title>
<updated>2019-01-18T08:31:22+00:00</updated>
<author>
<name>John Carter</name>
<email>john.carter@prismaticdigital.com</email>
</author>
<published>2019-01-16T23:33:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/webtest.git/commit/?id=fb534f103f20d6de614189c4baa960de004a6ad7'/>
<id>fb534f103f20d6de614189c4baa960de004a6ad7</id>
<content type='text'>
* skip tests that rely on assert if optimize is enabled
* skip docstring test if PYTHONOPTIMIZE=2
* try/except on docstring handling in case of PYTHONOPTIMIZE=2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* skip tests that rely on assert if optimize is enabled
* skip docstring test if PYTHONOPTIMIZE=2
* try/except on docstring handling in case of PYTHONOPTIMIZE=2
</pre>
</div>
</content>
</entry>
<entry>
<title>Use empty string as default value for submit and button (#205)</title>
<updated>2018-10-04T14:40:38+00:00</updated>
<author>
<name>Benjamin Dauvergne</name>
<email>bdauvergne@entrouvert.com</email>
</author>
<published>2018-10-04T14:40:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/webtest.git/commit/?id=ea950582a37ded3113e626baa09793dc24cf4c36'/>
<id>ea950582a37ded3113e626baa09793dc24cf4c36</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>switch to pytest</title>
<updated>2018-09-22T10:19:15+00:00</updated>
<author>
<name>Gael Pasgrimaud</name>
<email>gael@gawel.org</email>
</author>
<published>2018-09-22T10:19:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/webtest.git/commit/?id=27a87d8f478b5a918a5392ca648766d24746b6e2'/>
<id>27a87d8f478b5a918a5392ca648766d24746b6e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed #193</title>
<updated>2018-05-18T10:31:48+00:00</updated>
<author>
<name>Gael Pasgrimaud</name>
<email>gael@gawel.org</email>
</author>
<published>2018-05-18T10:31:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/webtest.git/commit/?id=25bfadac1d3288fb5f52b36081c636e836694372'/>
<id>25bfadac1d3288fb5f52b36081c636e836694372</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
