<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/webtest.git/tests/test_lint.py, branch github-actions</title>
<subtitle>github.com: Pylons/webtest.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/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://git.baserock.org/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>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://git.baserock.org/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://git.baserock.org/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>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://git.baserock.org/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>avoid UnicodeDecodeError in linter with py2; fixed #186</title>
<updated>2017-10-21T12:40:59+00:00</updated>
<author>
<name>Gael Pasgrimaud</name>
<email>gael@gawel.org</email>
</author>
<published>2017-10-21T12:25:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/commit/?id=ad31ea8c3ed7b50cb98e5610c8dd6e644ef07c31'/>
<id>ad31ea8c3ed7b50cb98e5610c8dd6e644ef07c31</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improves testing of check_headers</title>
<updated>2017-05-02T13:03:09+00:00</updated>
<author>
<name>Brendan McCollam</name>
<email>bmccollam@uchicago.edu</email>
</author>
<published>2017-05-02T12:47:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/commit/?id=c8953ea44be1aa30d314e1edd833babc2297bbc6'/>
<id>c8953ea44be1aa30d314e1edd833babc2297bbc6</id>
<content type='text'>
Adds new tests for:

- unicode headers in Py2
- bytes headers in Py3

Updates existing non-latin1 tests to run in both Py2 and Py3.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds new tests for:

- unicode headers in Py2
- bytes headers in Py3

Updates existing non-latin1 tests to run in both Py2 and Py3.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix fails in existing tests from  unicode headers</title>
<updated>2017-05-02T12:52:10+00:00</updated>
<author>
<name>Brendan McCollam</name>
<email>bmccollam@uchicago.edu</email>
</author>
<published>2017-05-02T11:56:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/commit/?id=435a1cf4285d61208698270c314ac42632b1ae16'/>
<id>435a1cf4285d61208698270c314ac42632b1ae16</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pep8 everywhere</title>
<updated>2014-04-16T20:23:10+00:00</updated>
<author>
<name>Gael Pasgrimaud</name>
<email>gael@gawel.org</email>
</author>
<published>2014-04-16T20:23:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/commit/?id=d2471e042c5b33100bb742247b7ef44c1ff9ea02'/>
<id>d2471e042c5b33100bb742247b7ef44c1ff9ea02</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix 71</title>
<updated>2013-08-16T09:56:31+00:00</updated>
<author>
<name>Domen Kožar</name>
<email>domen@dev.si</email>
</author>
<published>2013-08-16T09:55:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/commit/?id=67d8b797343def0d1b2d640b46609d81849e4a12'/>
<id>67d8b797343def0d1b2d640b46609d81849e4a12</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Treat strings in the WSGI environment as native strings (i.e. different things in py2/py3) according to PEP-3333</title>
<updated>2013-03-18T20:02:27+00:00</updated>
<author>
<name>Wolfgang Schnerring</name>
<email>ws@gocept.com</email>
</author>
<published>2013-03-18T20:02:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/commit/?id=108e49b905c7b2eb3e629c9c90f452b5c38bea47'/>
<id>108e49b905c7b2eb3e629c9c90f452b5c38bea47</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
