summaryrefslogtreecommitdiff
path: root/webtest
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in docstringDesmond Brand2013-05-071-1/+1
* remove leading newline from textareaVictor Safronovich2013-05-041-1/+7
* origin_req_host is an attribute. see #64Gael Pasgrimaud2013-04-171-3/+4
* merge. fixed #65Gael Pasgrimaud2013-04-171-1/+1
|\
| * Do not alter the BeautifulSoup object when parsing forms.Georges Dubus2013-04-171-1/+1
* | allow to use a fixed StopableWSGIServerGael Pasgrimaud2013-04-171-1/+2
* | fixed #64Gael Pasgrimaud2013-04-171-5/+2
|/
* Handle the short form of <select multiple>Marius Gedminas2013-04-011-1/+1
* That should have been select.error.Laurence Rowe2013-03-281-1/+2
* Correctly handle <option> elements with no value attributeMarius Gedminas2013-03-281-1/+1
* Ignore socket.error following StopableWSGIServer.shutdown.Laurence Rowe2013-03-271-1/+8
* merge. fixed #59Gael Pasgrimaud2013-03-271-2/+3
|\
| * Support for redirects having relative "Location" headerAndrey Lebedev2013-03-221-2/+3
* | All <button> elements are treated as submit controlsAndrey Lebedev2013-03-221-0/+2
|/
* Treat strings in the WSGI environment as native strings (i.e. different thing...Wolfgang Schnerring2013-03-181-3/+7
* Support secure cookiesAndrey Lebedev2013-03-081-0/+15
* Allow TestResponse.click() to match HTML content as well as text content.Timothy Elliott2013-03-061-1/+1
* TestResponse.maybe_follow() methodMikhail Korobov2013-03-041-6/+25
* Don't let BeautifulSoup use lxml. Fix GH-51Mikhail Korobov2013-03-032-2/+2
* correct api method linksDomen Kožar2013-03-021-5/+5
* improve TestResponse api docs a bitDomen Kožar2013-03-021-7/+8
* re-allow to use some unknow field typeGael Pasgrimaud2013-02-271-8/+8
* Added password class to Field.classes of type Textdiarmuidbourke2013-02-261-0/+2
* doc errorsDomen Kožar2013-02-231-6/+6
* Completely rewrite API documentationDomen Kožar2013-02-235-153/+225
* Rewrote TestResponse._find_element.Georges Dubus2013-02-232-49/+6
* Reviewed documentation for `TestResponse`.Georges Dubus2013-02-231-9/+17
* try to improve testsGael Pasgrimaud2013-02-231-0/+2
* Fixes to the doc, mostly links and typos.Georges Dubus2013-02-233-21/+23
* Merge branch 'master' of github.com:Pylons/webtestGael Pasgrimaud2013-02-232-169/+189
|\
| * add changelog for wsgiproxy and more docsDomen Kožar2013-02-231-2/+9
| * group private methodsDomen Kožar2013-02-232-143/+139
| * update docs a bitDomen Kožar2013-02-231-25/+42
* | casperjs has moved to webtest-casperjsGael Pasgrimaud2013-02-232-106/+9
|/
* proxy supportGael Pasgrimaud2013-02-231-5/+13
* merge conflictGael Pasgrimaud2013-02-221-2/+2
|\
| * more coverage for webtest/lint.pyMathieu Agopian2013-02-221-2/+2
* | Merge branch 'master' of github.com:cdevienne/webtestGael Pasgrimaud2013-02-221-3/+0
|\ \
| * | A file opened with 'b' mode can only returns bytes, not text. Remove the test.Christophe de Vienne2013-02-221-3/+0
* | | add a webtest.sel module for backward compatGael Pasgrimaud2013-02-222-0/+22
|/ /
* | merge conflictGael Pasgrimaud2013-02-221-2/+0
|\ \
| * | A copy of a webob.Request() cannot have content_length == -1. Removing the case.Christophe de Vienne2013-02-221-2/+0
| |/
* | Merge branch 'master' of github.com:arthru/webtestGael Pasgrimaud2013-02-221-10/+0
|\ \ | |/ |/|
| * Deletion of unused and useless PartialIteratorWrapperArthur Vuillard2013-02-221-10/+0
* | tests for cookies headers in requestDomen Kožar2013-02-221-0/+4
* | add only values of cookies inside self.cookiesDomen Kožar2013-02-221-2/+2
* | Merge branch 'master' of github.com:arthru/webtestGael Pasgrimaud2013-02-221-28/+19
|\ \ | |/
| * Test webtest.lint.check_environ and webtest.lint.IteratorWrapper and a little...Arthur Vuillard2013-02-221-3/+0
| * Coverage and cleanup of check_headersArthur Vuillard2013-02-221-17/+18
| * Deletion of unused function make_middlewareArthur Vuillard2013-02-221-8/+1