<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/webtest.git/tests, branch pytest</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>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>
<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://91.123.203.49/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>Preserve submit order for radio inputs.</title>
<updated>2017-10-09T16:39:27+00:00</updated>
<author>
<name>Florian Schulze</name>
<email>florian.schulze@gmx.net</email>
</author>
<published>2017-10-09T14:46:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/webtest.git/commit/?id=27c0689cd1a1beb78238ac7da314f91ace681c10'/>
<id>27c0689cd1a1beb78238ac7da314f91ace681c10</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix strict cookie policy.</title>
<updated>2017-08-01T11:00:28+00:00</updated>
<author>
<name>Florian Schulze</name>
<email>florian.schulze@gmx.net</email>
</author>
<published>2017-07-30T09:51:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/webtest.git/commit/?id=4785f26036c88cffeaf41244b7ebfce31dce9bdf'/>
<id>4785f26036c88cffeaf41244b7ebfce31dce9bdf</id>
<content type='text'>
The commit b35063f1bc6f6b0cd92b68c56838f385b56e8d00 added a shortcut that breaks strict cookie policies.
We now add ``.local`` to domain names with no dot in them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The commit b35063f1bc6f6b0cd92b68c56838f385b56e8d00 added a shortcut that breaks strict cookie policies.
We now add ``.local`` to domain names with no dot in them.
</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://91.123.203.49/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://91.123.203.49/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>fixed #146</title>
<updated>2017-04-12T12:18:16+00:00</updated>
<author>
<name>Gael Pasgrimaud</name>
<email>gael@gawel.org</email>
</author>
<published>2017-04-12T12:18:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/webtest.git/commit/?id=bc5e32f6e976262a26e967cff376a095d921511b'/>
<id>bc5e32f6e976262a26e967cff376a095d921511b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>allow to use set_cookie when HTTP_HOST is set</title>
<updated>2017-03-15T08:07:59+00:00</updated>
<author>
<name>Gael Pasgrimaud</name>
<email>gael@gawel.org</email>
</author>
<published>2017-03-15T08:07:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/webtest.git/commit/?id=b35063f1bc6f6b0cd92b68c56838f385b56e8d00'/>
<id>b35063f1bc6f6b0cd92b68c56838f385b56e8d00</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #173: Do not omit file uploads without a file from post.</title>
<updated>2017-02-05T17:37:38+00:00</updated>
<author>
<name>Michael Howitz</name>
<email>mh@gocept.com</email>
</author>
<published>2017-02-05T17:37:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/webtest.git/commit/?id=83d221698cdfb355aae5c12c836001557e4be63f'/>
<id>83d221698cdfb355aae5c12c836001557e4be63f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
