summaryrefslogtreecommitdiff
path: root/tests/cgiapp_data/form.cgi
Commit message (Collapse)AuthorAgeFilesLines
* Add github actions tests (#77)Chris Dent2023-04-301-2/+9
| | | | | | | | | | | | | | | Borrowing the configuration from wsg-intercept and then editing to fit so that we've got some automated tests. To get this to work it was necessary to: * adjust python versions * update action version * pin the ubuntu version * fix warning in test_grantip * form.cgi needs to not use six because it is not running in the virtualenv * quiet deprecations in in form.cgi because cgi module is deprecated * Skip the proxy test as it uses httpbin.org which is unreliable
* Don't raise StopIteration from generator, return insteadMiro Hron?ok2018-06-081-0/+69
See https://www.python.org/dev/peps/pep-0479/