summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | Test selection api from formArthur Vuillard2013-02-211-0/+8
| * | Little cleaning in test_forms.pyArthur Vuillard2013-02-211-20/+12
| |/
* | more cookies testsDomen Kožar2013-02-211-0/+9
* | Use cookielib.CookieJar, welcome to 2008.Domen Kožar2013-02-211-40/+22
|/
* Fix import in tests and python3Arthur Vuillard2013-02-212-2/+2
* Merge branch 'master' of https://github.com/Pylons/webtestArthur Vuillard2013-02-211-0/+8
|\
| * merge conflictGael Pasgrimaud2013-02-211-0/+8
| |\
| | * Append TestResponse.clickbutton test and small fix in this methodStéphane Klein2013-02-211-0/+8
* | | Merge branch 'master' of https://github.com/Pylons/webtestArthur Vuillard2013-02-212-20/+89
|\ \ \ | |/ /
| * | simplify utils.py, add unittests (incomplete)Domen Kožar2013-02-212-20/+89
* | | Add a test on forcing (and unforcing) value with select fieldArthur Vuillard2013-02-211-0/+24
* | | Merge branch 'master' of https://github.com/Pylons/webtestArthur Vuillard2013-02-211-180/+0
|\ \ \ | |/ /
| * | boot selenium stuffGael Pasgrimaud2013-02-211-180/+0
| |/
* | First test of the forms module (test that you cannot set a value for a submit...Arthur Vuillard2013-02-211-0/+24
* | Use unittest2 if available in test_formArthur Vuillard2013-02-211-1/+1
* | Few test on form apiArthur Vuillard2013-02-201-0/+68
|/
* Expire cookies that have expired before a request.Julian Berman2013-02-101-0/+25
* need to remove RC4Gael Pasgrimaud2012-12-261-0/+4
* use casperjs>=1.0Gael Pasgrimaud2012-12-264-2/+7
* we need string in headers, not unicode. expose waitress's tracebacks by defaultGael Pasgrimaud2012-12-191-1/+1
* improve coverage of http/extGael Pasgrimaud2012-12-163-3/+42
* split code in forms and utils modulesGael Pasgrimaud2012-12-091-21/+30
* typoGael Pasgrimaud2012-12-071-3/+2
* fixed #17. support unicode string as bodyGael Pasgrimaud2012-12-071-6/+12
* test refactoringGael Pasgrimaud2012-12-071-90/+51
* add tests for httpGael Pasgrimaud2012-12-071-0/+46
* also print filesGael Pasgrimaud2012-12-071-0/+2
* make file executableGael Pasgrimaud2012-12-071-1/+4
* print os.uname()Gael Pasgrimaud2012-12-071-0/+2
* remove test timeoutGael Pasgrimaud2012-12-071-1/+1
* use distributeGael Pasgrimaud2012-12-062-3/+2
* merge back lint/lint3. removed to_string and join_bytes from everywhereGael Pasgrimaud2012-12-061-11/+9
* remove broken tests. jquery use iframes..Gael Pasgrimaud2012-12-061-30/+1
* remove some ugly stuff by using future's literal and six. this mean we do no ...Gael Pasgrimaud2012-12-056-135/+130
* add test for html entities inside of textareasPatrick Strawderman2012-11-261-0/+10
* decode all HTML entitiesPatrick Strawderman2012-11-181-0/+5
* fix pypy supportDomen Kožar2012-11-131-1/+2
* Add test for multiple sets of multiple fields with the same name being interm...ianjosephwilson@gmail.com2012-10-031-40/+78
* Fix test to submit the fields in the order they occur in the html, including ...ianjosephwilson@gmail.com2012-10-031-3/+4
* fix a bug when nose try tu use unicode(resp)Gael Pasgrimaud2012-09-192-1/+15
* add casperjs contextmanagerGael Pasgrimaud2012-09-033-0/+65
* add a test for Cookie headerGael Pasgrimaud2012-08-291-8/+30
* test apperrorGael Pasgrimaud2012-08-291-1/+10
* improve resp.__str__ (force string)Gael Pasgrimaud2012-08-292-2/+10
* - new test for field orderMartin Groenemeyer2012-05-291-0/+137
* fixed #38 Allow to post falsey valuesGael Pasgrimaud2012-05-041-1/+5
* dont try to decode unicode dataGael Pasgrimaud2012-02-181-0/+2
* pep 8Gael Pasgrimaud2012-02-181-7/+8
* fix #25. params are now encoded if a charset is providedGael Pasgrimaud2011-10-301-0/+5
* a few more testingGael Pasgrimaud2011-10-291-0/+4