summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Preparing release 2.0.172.0.17Gael Pasgrimaud2014-12-202-2/+2
|
* changesGael Pasgrimaud2014-12-201-1/+5
|
* Merge pull request #127 from lrowe/patch-2Gael Pasgrimaud2014-12-201-1/+1
|\ | | | | Avoid raising encoding errors from debugapp
| * Avoid raising encoding errors from debugappLaurence Rowe2014-12-191-1/+1
|/ | | | This is needed to write WSGIProxy2 tests with quoted utf8 paths.
* Merge pull request #125 from Julian/masterGael Pasgrimaud2014-10-192-2/+8
|\ | | | | Properly check for default cookiejar arguments.
| * Properly check for default cookiejar arguments.Julian Berman2014-10-182-2/+8
|/
* Back to development: 2.0.17Gael Pasgrimaud2014-09-192-1/+7
|
* Preparing release 2.0.162.0.16Gael Pasgrimaud2014-09-192-2/+2
|
* avoid weird bug when conn is not really establishedGael Pasgrimaud2014-09-191-1/+1
|
* Merge pull request #123 from luhn/set-cookies-fixGael Pasgrimaud2014-07-291-2/+2
|\ | | | | Small fix to `TestApp.set_cookie`
| * Small fix to `TestApp.set_cookie`Theron Luhn2014-07-281-2/+2
|/
* back to nose<1.3.0... should try nose2 one dayGael Pasgrimaud2014-06-292-1/+1
|
* looks like a -x flag is the only way to skip running tests for CHANGELOG.rstGael Pasgrimaud2014-06-293-3/+5
|
* Merge pull request #121 from lieryan/masterGael Pasgrimaud2014-06-203-1/+12
|\ | | | | add support for checking custom reason phrase using status parameter
| * add support for checking custom reason phrase using status parameterLie Ryan2014-06-203-1/+12
|/
* typoGael Pasgrimaud2014-06-041-1/+1
|
* add changes entryGael Pasgrimaud2014-06-041-0/+3
|
* Merge branch 'set-cookie' of github.com:luhn/webtestGael Pasgrimaud2014-06-043-0/+126
|\
| * Fix a minor misunderstanding.Theron Luhn2014-06-042-13/+13
| |
| * Tidied up set_cookie.Theron Luhn2014-06-042-74/+80
| | | | | | | | As requested by @gawel
| * Fix Python 3 tests.Theron Luhn2014-06-021-2/+1
| |
| * Implement a set_cookie method in TestApp.Theron Luhn2014-06-022-0/+121
| |
* | changelog entryGael Pasgrimaud2014-05-271-0/+4
| |
* | Merge pull request #115 from tomasmoreyra/masterGael Pasgrimaud2014-05-271-0/+8
|\ \ | | | | | | Added method TestApp.set_parser_features
| * | Added method TestApp.set_parser_features to change the parser_features used ↵Tomas Moreyra2014-05-271-0/+8
|/ / | | | | | | by BeautifulSoup.
* | Merge pull request #112 from soasme/simplify_do_requestGael Pasgrimaud2014-05-051-1/+1
|\ \ | | | | | | Call method as described in documentation.
| * | Call method as described in documentation.soasme2014-05-041-1/+1
|/ /
* | Merge pull request #111 from coquille-indian-tribe/masterGael Pasgrimaud2014-04-243-2/+16
|\ \ | | | | | | Fixed #110. Don't ignore forced value on Radio input
| * | Fixed #110. Don't ignore forced value on Radio inputZeb DeOs2014-04-243-2/+16
|/ /
* | Back to development: 2.0.16Gael Pasgrimaud2014-04-172-1/+7
|/
* Preparing release 2.0.152.0.15Gael Pasgrimaud2014-04-172-2/+2
|
* Fixed #84 Application cookies for localhost are no longer ignoredGael Pasgrimaud2014-04-173-1/+46
|
* Fixed #106. added a few documentationGael Pasgrimaud2014-04-172-3/+16
|
* Merge branch 'master' of https://github.com/dmlayton/webtestGael Pasgrimaud2014-04-171-2/+3
|\
| * make wrapping the app in the lint middleware optionaldmlayton2014-02-131-2/+3
| |
* | improve test coverage. we're back at 100%Gael Pasgrimaud2014-04-166-5/+20
| |
* | pep8 everywhereGael Pasgrimaud2014-04-168-66/+76
| |
* | Fixed #89Gael Pasgrimaud2014-04-163-19/+6
| |
* | Fixed #108 cgi.parse_qsl is pending deprecationGael Pasgrimaud2014-04-162-4/+4
| |
* | Fixed #73. Python < 2.6.5 does not support unicode as keyword arguments names.Gael Pasgrimaud2014-04-162-0/+14
| |
* | Fixed #92 You can now override TestApp.JSONEncoder to use a custom encoderGael Pasgrimaud2014-04-164-9/+15
| |
* | pep8Gael Pasgrimaud2014-04-161-20/+23
| |
* | added #93 entry to changelogGael Pasgrimaud2014-04-161-0/+2
| |
* | add authorization propertyGael Pasgrimaud2014-04-165-1/+92
| |
* | remove pypy from tox so it won't break jenkinsGael Pasgrimaud2014-04-161-1/+1
| |
* | try to force nose version with tox. feel desperate...Gael Pasgrimaud2014-04-161-0/+1
| |
* | use pip freeze to show the versions use during testingGael Pasgrimaud2014-04-161-2/+1
| |
* | what a typo. maybe I need a break..Gael Pasgrimaud2014-04-151-1/+0
| |
* | try with nose < 1.3Gael Pasgrimaud2014-04-152-1/+5
| |
* | rename .txt to .rst; also looks like the new nose.plugins.xunit break almost ↵Gael Pasgrimaud2014-04-1516-26/+22
| | | | | | | | everything so we force 1.3.0