| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | pep8 | Gael Pasgrimaud | 2014-01-17 | 1 | -6/+3 | |
| * | | also skip lxml/pyquery tests in TestCase | Gael Pasgrimaud | 2014-01-17 | 1 | -0/+2 | |
| |/ | ||||||
| * | Make sure Upload.content_type is not ignored | Marius Gedminas | 2013-09-18 | 1 | -2/+22 | |
| * | Allow specifying the MIME type of an uploaded file | Marius Gedminas | 2013-09-16 | 1 | -0/+10 | |
| * | Allow assigning a list to a set of same-named checkboxes. | Carl Meyer | 2013-08-30 | 2 | -2/+15 | |
| * | fix 71 | Domen Kožar | 2013-08-16 | 1 | -9/+14 | |
| * | added shortucts for xhr request; test for added code | Max Kharandziuk | 2013-08-13 | 1 | -0/+18 | |
| * | Merge pull request #77 from homm/master | Domen Kožar | 2013-08-07 | 1 | -1/+18 | |
| |\ | ||||||
| | * | tests for differenet json content-type in response | homm | 2013-08-07 | 1 | -2/+19 | |
| * | | Decode the content before returning it | Alexis Métaireau | 2013-08-05 | 1 | -1/+21 | |
| |/ | ||||||
| * | Fix default value for delete params argument. | Nathan Ostgard | 2013-07-31 | 1 | -0/+11 | |
| * | remove leading newline from textarea | Victor Safronovich | 2013-05-04 | 2 | -0/+12 | |
| * | Test and changelog entry for #65. | Georges Dubus | 2013-04-17 | 1 | -0/+4 | |
| * | Handle the short form of <select multiple> | Marius Gedminas | 2013-04-01 | 1 | -3/+29 | |
| * | Correctly handle <option> elements with no value attribute | Marius Gedminas | 2013-03-28 | 1 | -1/+81 | |
| * | merge. fixed #59 | Gael Pasgrimaud | 2013-03-27 | 1 | -2/+16 | |
| |\ | ||||||
| | * | Support for redirects having relative "Location" header | Andrey Lebedev | 2013-03-22 | 1 | -2/+16 | |
| * | | All <button> elements are treated as submit controls | Andrey Lebedev | 2013-03-22 | 2 | -1/+8 | |
| |/ | ||||||
| * | Treat strings in the WSGI environment as native strings (i.e. different thing... | Wolfgang Schnerring | 2013-03-18 | 1 | -0/+24 | |
| * | Support secure cookies | Andrey Lebedev | 2013-03-08 | 1 | -0/+32 | |
| * | Allow TestResponse.click() to match HTML content as well as text content. | Timothy Elliott | 2013-03-06 | 1 | -0/+16 | |
| * | TestResponse.maybe_follow() method | Mikhail Korobov | 2013-03-04 | 1 | -0/+64 | |
| * | test for unknow fields; move some html in real html files | Gael Pasgrimaud | 2013-02-27 | 4 | -212/+131 | |
| * | Tests for input fields of type password. | Diarmuid Bourke | 2013-02-26 | 1 | -0/+24 | |
| * | improve test about files upload | Gael Pasgrimaud | 2013-02-23 | 1 | -3/+14 | |
| * | pep8 stuff | Gael Pasgrimaud | 2013-02-23 | 1 | -4/+3 | |
| * | Merge branch 'master' of github.com:madjar/webtest | Gael Pasgrimaud | 2013-02-23 | 2 | -57/+0 | |
| |\ | ||||||
| | * | Rewrote TestResponse._find_element. | Georges Dubus | 2013-02-23 | 2 | -57/+0 | |
| * | | Merge branch 'master' of github.com:Pylons/webtest | Gael Pasgrimaud | 2013-02-23 | 2 | -1/+11 | |
| |\ \ | ||||||
| | * \ | Merge pull request #48 from gblin/master | Gael Pasgrimaud | 2013-02-23 | 2 | -1/+10 | |
| | |\ \ | | |/ | |/| | ||||||
| | | * | test_follow_with_cookie | Guillaume Blin | 2013-02-23 | 1 | -0/+8 | |
| | | * | Merge remote-tracking branch 'upstream/master' | Guillaume Blin | 2013-02-23 | 5 | -103/+8 | |
| | | |\ | ||||||
| | | * \ | Merge branch 'master' of https://github.com/gblin/webtest | Guillaume Blin | 2013-02-23 | 1 | -1/+2 | |
| | | |\ \ | ||||||
| | | | * | | lint.InputWrapper : close | Guillaume Blin | 2013-02-22 | 1 | -1/+6 | |
| | * | | | | Reviewed documentation for `TestResponse`. | Georges Dubus | 2013-02-23 | 1 | -0/+1 | |
| | | |_|/ | |/| | | ||||||
| * | | | | wait for server | Gael Pasgrimaud | 2013-02-23 | 1 | -0/+1 | |
| |/ / / | ||||||
| * | | | try to improve tests | Gael Pasgrimaud | 2013-02-23 | 1 | -1/+2 | |
| * | | | casperjs has moved to webtest-casperjs | Gael Pasgrimaud | 2013-02-23 | 4 | -102/+6 | |
| |/ / | ||||||
| * | | proxy support | Gael Pasgrimaud | 2013-02-23 | 1 | -1/+26 | |
| * | | Merge branch 'master' of github.com:harobed/webtest | Gael Pasgrimaud | 2013-02-22 | 1 | -1/+12 | |
| |\ \ | ||||||
| | * | | Improve webtest.response.TestResponse coverage | Stéphane Klein | 2013-02-22 | 1 | -1/+12 | |
| * | | | merge conflict | Gael Pasgrimaud | 2013-02-22 | 1 | -9/+44 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | more coverage for webtest/lint.py | Mathieu Agopian | 2013-02-22 | 1 | -7/+41 | |
| * | | | Merge branch 'master' of github.com:arthru/webtest | Gael Pasgrimaud | 2013-02-22 | 1 | -10/+14 | |
| |\ \ \ | ||||||
| | * | | | Replaced assert by unittest's asserts | Arthur Vuillard | 2013-02-22 | 1 | -1/+3 | |
| | * | | | Merge branch 'master' of https://github.com/Pylons/webtest | Arthur Vuillard | 2013-02-22 | 2 | -2/+40 | |
| | |\ \ \ | ||||||
| | * | | | | Replaced assert by unittest's asserts | Arthur Vuillard | 2013-02-22 | 1 | -9/+11 | |
| | * | | | | Merge branch 'master' of https://github.com/Pylons/webtest | Arthur Vuillard | 2013-02-22 | 4 | -6/+71 | |
| | |\ \ \ \ | ||||||
| * | | | | | | Improve webtest.response.TestResponse coverage | Stéphane Klein | 2013-02-22 | 1 | -0/+2 | |
| * | | | | | | Improve webtest.response.TestResponse coverage | Stéphane Klein | 2013-02-22 | 1 | -0/+7 | |
| | |_|/ / / |/| | | | | ||||||
