<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/webtest.git/webtest, 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>Merge pull request #226 from atlanticventures/master</title>
<updated>2020-04-30T11:12:01+00:00</updated>
<author>
<name>Gael Pasgrimaud</name>
<email>gael@gawel.org</email>
</author>
<published>2020-04-30T11:12:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/webtest.git/commit/?id=4c27a07730763d3d63d132a75d822a4f29179adc'/>
<id>4c27a07730763d3d63d132a75d822a4f29179adc</id>
<content type='text'>
_RequestCookieAdapter do not have a `host` property</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
_RequestCookieAdapter do not have a `host` property</pre>
</div>
</content>
</entry>
<entry>
<title>docs: Fix simple typo, requets -&gt; requests</title>
<updated>2020-04-01T11:28:33+00:00</updated>
<author>
<name>Tim Gates</name>
<email>tim.gates@iress.com</email>
</author>
<published>2020-04-01T11:28:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/webtest.git/commit/?id=06c59431c038c8b77eeb099bd3a23dcd97e43e42'/>
<id>06c59431c038c8b77eeb099bd3a23dcd97e43e42</id>
<content type='text'>
There is a small typo in webtest/app.py.

Closes #224
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is a small typo in webtest/app.py.

Closes #224
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove use of deprecated splittype and splithost</title>
<updated>2020-02-25T15:24:27+00:00</updated>
<author>
<name>Jeppe Fihl-Pearson</name>
<email>jeppe@tenzer.dk</email>
</author>
<published>2020-02-25T15:24:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/webtest.git/commit/?id=291294608f31f28626a8dc50d5be0de4c6a38e1b'/>
<id>291294608f31f28626a8dc50d5be0de4c6a38e1b</id>
<content type='text'>
The lines of code which made use of these methods doesn't have any effect so
can just be removed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The lines of code which made use of these methods doesn't have any effect so
can just be removed.
</pre>
</div>
</content>
</entry>
<entry>
<title>No need for urlencode anymore.</title>
<updated>2020-01-23T17:04:07+00:00</updated>
<author>
<name>Rémy HUBSCHER</name>
<email>remy@chefclub.tv</email>
</author>
<published>2020-01-23T17:04:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/webtest.git/commit/?id=8f874a6f56422e15df8438da7d1352b4a77585e0'/>
<id>8f874a6f56422e15df8438da7d1352b4a77585e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add queryparams to the head method.</title>
<updated>2020-01-23T17:02:31+00:00</updated>
<author>
<name>Rémy HUBSCHER</name>
<email>remy@chefclub.tv</email>
</author>
<published>2020-01-23T17:02:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/webtest.git/commit/?id=9ebfc6f04b52e24de56daf93a62ef76dfb54f832'/>
<id>9ebfc6f04b52e24de56daf93a62ef76dfb54f832</id>
<content type='text'>
Fixes #220.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #220.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added new host property to _RequestCookieAdapter</title>
<updated>2020-01-09T12:53:27+00:00</updated>
<author>
<name>Rudá Porto Filgueiras</name>
<email>rudazz@gmail.com</email>
</author>
<published>2020-01-09T12:53:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/webtest.git/commit/?id=20d07226c2d7caadcb3fab3c209e82b8c6272833'/>
<id>20d07226c2d7caadcb3fab3c209e82b8c6272833</id>
<content type='text'>
This is an edge case when running tests in a docker container.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is an edge case when running tests in a docker container.</pre>
</div>
</content>
</entry>
<entry>
<title>Support &lt;input type="search"&gt;</title>
<updated>2019-11-10T12:56:12+00:00</updated>
<author>
<name>Colin Watson</name>
<email>cjwatson@debian.org</email>
</author>
<published>2019-11-10T12:56:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/webtest.git/commit/?id=8782591253acd12a858836c431f55be9f70b3a6c'/>
<id>8782591253acd12a858836c431f55be9f70b3a6c</id>
<content type='text'>
https://html.spec.whatwg.org/multipage/input.html#text-(type=text)-state-and-search-state-(type=search)
describes the difference between `type="text"` and `type="search"` as
being primarily stylistic.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://html.spec.whatwg.org/multipage/input.html#text-(type=text)-state-and-search-state-(type=search)
describes the difference between `type="text"` and `type="search"` as
being primarily stylistic.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bad variable name in check_header </title>
<updated>2019-10-09T15:24:17+00:00</updated>
<author>
<name>kotofos</name>
<email>ibelkov@gmail.com</email>
</author>
<published>2019-10-09T15:24:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/webtest.git/commit/?id=ebb1b160de0836b8dfcd26705f14fd7b3bb16439'/>
<id>ebb1b160de0836b8dfcd26705f14fd7b3bb16439</id>
<content type='text'>
Fix regression introduced in 7d539b6a924edb7af728b3c47b71a06944b41e1d</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix regression introduced in 7d539b6a924edb7af728b3c47b71a06944b41e1d</pre>
</div>
</content>
</entry>
</feed>
