<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/webtest.git/webtest/app.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>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://git.baserock.org/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>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://git.baserock.org/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>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://git.baserock.org/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://git.baserock.org/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>more linkcheck and intersphinx fixes</title>
<updated>2018-09-11T05:14:50+00:00</updated>
<author>
<name>Steve Piercy</name>
<email>web@stevepiercy.com</email>
</author>
<published>2018-09-11T05:14:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/commit/?id=e89083b582f8e7f03976236ea22f604f6bddf355'/>
<id>e89083b582f8e7f03976236ea22f604f6bddf355</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix failure of docs build due to no indentation of code block</title>
<updated>2018-09-11T04:37:52+00:00</updated>
<author>
<name>Steve Piercy</name>
<email>web@stevepiercy.com</email>
</author>
<published>2018-09-11T04:37:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/commit/?id=2d6f4f79b88f11d3336c1181bcf31cf43f031be7'/>
<id>2d6f4f79b88f11d3336c1181bcf31cf43f031be7</id>
<content type='text'>
- grammar fixes
- add link via interspinx to python class
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- grammar fixes
- add link via interspinx to python class
</pre>
</div>
</content>
</entry>
<entry>
<title>Documentation bearer token and JWT authorization</title>
<updated>2018-04-26T23:18:19+00:00</updated>
<author>
<name>Theron Luhn</name>
<email>theron@luhn.com</email>
</author>
<published>2018-04-26T23:12:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/webtest.git/commit/?id=85b59444d7c9008afb7b9fe82fdbf315e4baffc8'/>
<id>85b59444d7c9008afb7b9fe82fdbf315e4baffc8</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://git.baserock.org/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>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://git.baserock.org/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>
</feed>
