| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | Test selection api from form | Arthur Vuillard | 2013-02-21 | 1 | -0/+8 | |
| | * | | Little cleaning in test_forms.py | Arthur Vuillard | 2013-02-21 | 1 | -20/+12 | |
| | |/ | ||||||
| * | | more cookies tests | Domen Kožar | 2013-02-21 | 1 | -0/+9 | |
| * | | Use cookielib.CookieJar, welcome to 2008. | Domen Kožar | 2013-02-21 | 1 | -40/+22 | |
| |/ | ||||||
| * | Fix import in tests and python3 | Arthur Vuillard | 2013-02-21 | 2 | -2/+2 | |
| * | Merge branch 'master' of https://github.com/Pylons/webtest | Arthur Vuillard | 2013-02-21 | 1 | -0/+8 | |
| |\ | ||||||
| | * | merge conflict | Gael Pasgrimaud | 2013-02-21 | 1 | -0/+8 | |
| | |\ | ||||||
| | | * | Append TestResponse.clickbutton test and small fix in this method | Stéphane Klein | 2013-02-21 | 1 | -0/+8 | |
| * | | | Merge branch 'master' of https://github.com/Pylons/webtest | Arthur Vuillard | 2013-02-21 | 2 | -20/+89 | |
| |\ \ \ | |/ / | ||||||
| | * | | simplify utils.py, add unittests (incomplete) | Domen Kožar | 2013-02-21 | 2 | -20/+89 | |
| * | | | Add a test on forcing (and unforcing) value with select field | Arthur Vuillard | 2013-02-21 | 1 | -0/+24 | |
| * | | | Merge branch 'master' of https://github.com/Pylons/webtest | Arthur Vuillard | 2013-02-21 | 1 | -180/+0 | |
| |\ \ \ | |/ / | ||||||
| | * | | boot selenium stuff | Gael Pasgrimaud | 2013-02-21 | 1 | -180/+0 | |
| | |/ | ||||||
| * | | First test of the forms module (test that you cannot set a value for a submit... | Arthur Vuillard | 2013-02-21 | 1 | -0/+24 | |
| * | | Use unittest2 if available in test_form | Arthur Vuillard | 2013-02-21 | 1 | -1/+1 | |
| * | | Few test on form api | Arthur Vuillard | 2013-02-20 | 1 | -0/+68 | |
| |/ | ||||||
| * | Expire cookies that have expired before a request. | Julian Berman | 2013-02-10 | 1 | -0/+25 | |
| * | need to remove RC4 | Gael Pasgrimaud | 2012-12-26 | 1 | -0/+4 | |
| * | use casperjs>=1.0 | Gael Pasgrimaud | 2012-12-26 | 4 | -2/+7 | |
| * | we need string in headers, not unicode. expose waitress's tracebacks by default | Gael Pasgrimaud | 2012-12-19 | 1 | -1/+1 | |
| * | improve coverage of http/ext | Gael Pasgrimaud | 2012-12-16 | 3 | -3/+42 | |
| * | split code in forms and utils modules | Gael Pasgrimaud | 2012-12-09 | 1 | -21/+30 | |
| * | typo | Gael Pasgrimaud | 2012-12-07 | 1 | -3/+2 | |
| * | fixed #17. support unicode string as body | Gael Pasgrimaud | 2012-12-07 | 1 | -6/+12 | |
| * | test refactoring | Gael Pasgrimaud | 2012-12-07 | 1 | -90/+51 | |
| * | add tests for http | Gael Pasgrimaud | 2012-12-07 | 1 | -0/+46 | |
| * | also print files | Gael Pasgrimaud | 2012-12-07 | 1 | -0/+2 | |
| * | make file executable | Gael Pasgrimaud | 2012-12-07 | 1 | -1/+4 | |
| * | print os.uname() | Gael Pasgrimaud | 2012-12-07 | 1 | -0/+2 | |
| * | remove test timeout | Gael Pasgrimaud | 2012-12-07 | 1 | -1/+1 | |
| * | use distribute | Gael Pasgrimaud | 2012-12-06 | 2 | -3/+2 | |
| * | merge back lint/lint3. removed to_string and join_bytes from everywhere | Gael Pasgrimaud | 2012-12-06 | 1 | -11/+9 | |
| * | remove broken tests. jquery use iframes.. | Gael Pasgrimaud | 2012-12-06 | 1 | -30/+1 | |
| * | remove some ugly stuff by using future's literal and six. this mean we do no ... | Gael Pasgrimaud | 2012-12-05 | 6 | -135/+130 | |
| * | add test for html entities inside of textareas | Patrick Strawderman | 2012-11-26 | 1 | -0/+10 | |
| * | decode all HTML entities | Patrick Strawderman | 2012-11-18 | 1 | -0/+5 | |
| * | fix pypy support | Domen Kožar | 2012-11-13 | 1 | -1/+2 | |
| * | Add test for multiple sets of multiple fields with the same name being interm... | ianjosephwilson@gmail.com | 2012-10-03 | 1 | -40/+78 | |
| * | Fix test to submit the fields in the order they occur in the html, including ... | ianjosephwilson@gmail.com | 2012-10-03 | 1 | -3/+4 | |
| * | fix a bug when nose try tu use unicode(resp) | Gael Pasgrimaud | 2012-09-19 | 2 | -1/+15 | |
| * | add casperjs contextmanager | Gael Pasgrimaud | 2012-09-03 | 3 | -0/+65 | |
| * | add a test for Cookie header | Gael Pasgrimaud | 2012-08-29 | 1 | -8/+30 | |
| * | test apperror | Gael Pasgrimaud | 2012-08-29 | 1 | -1/+10 | |
| * | improve resp.__str__ (force string) | Gael Pasgrimaud | 2012-08-29 | 2 | -2/+10 | |
| * | - new test for field order | Martin Groenemeyer | 2012-05-29 | 1 | -0/+137 | |
| * | fixed #38 Allow to post falsey values | Gael Pasgrimaud | 2012-05-04 | 1 | -1/+5 | |
| * | dont try to decode unicode data | Gael Pasgrimaud | 2012-02-18 | 1 | -0/+2 | |
| * | pep 8 | Gael Pasgrimaud | 2012-02-18 | 1 | -7/+8 | |
| * | fix #25. params are now encoded if a charset is provided | Gael Pasgrimaud | 2011-10-30 | 1 | -0/+5 | |
| * | a few more testing | Gael Pasgrimaud | 2011-10-29 | 1 | -0/+4 | |
