summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* rename "master" to "main"jonathan vanasco2022-11-162-2/+2
|
* Support for multiple file inputÉloi Rivard2022-01-161-0/+11
|
* Update docs/forms.rstSteve Piercy2022-01-051-1/+1
|
* Clarify use of forms property when more then one form in htmlSarah Scott2022-01-061-1/+2
|
* Remove all references to thte six packageBoris Staletic2020-12-172-9/+7
|
* Install pytest-covSteve Piercy2020-11-131-1/+1
| | | | Remove remnants of nosetests and replace with pytest
* Update referenceissue-templates-contributingSteve Piercy2018-10-051-1/+1
|
* Move license.rst from docs/ to repo root.Steve Piercy2018-10-051-23/+0
| | | | See https://github.com/Pylons/webtest/issues/203#issuecomment-425647534
* Add Ethical Ads for RTD, requires min version of pylons-sphinx-themesSteve Piercy2018-09-221-0/+8
|
* link to classSteve Piercy2018-09-221-4/+2
|
* Remove reference to deleted page http.rstSteve Piercy2018-09-221-4/+3
|
* PEP8Steve Piercy2018-09-221-1/+5
|
* remove redundant page, which is already covered in api.rstSteve Piercy2018-09-221-11/+0
|
* Merge branch 'master' into docs-cleanupGael Pasgrimaud2018-09-228-123/+61
|\
| * switch to pytestGael Pasgrimaud2018-09-228-123/+61
| |
* | more linkcheck and intersphinx fixesSteve Piercy2018-09-104-13/+12
| |
* | conf.py updatesSteve Piercy2018-09-101-35/+14
|/ | | | | | | | | | | | | | | | | - Use modern implementation of Sphinx themes both locally and on RTD. This requires enabling RTD as follows: - Advanced Settings Install Project: Install your project inside a virtualenv using setup.py install Requirements file: rtd.txt - use datetime for current year in copyright - use current URLs for intersphinx - don't use smartquotes setup.py - add docs_extra for ease of installing docs on RTD and for future possible CI on Travis rtd.txt - See above. Will install docs extras on RTD
* Documentation bearer token and JWT authorizationTheron Luhn2018-04-261-1/+8
|
* Remove the execute bit on contributing.rst.Randy Barlow2018-02-281-0/+0
| | | | Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
* testapp.rst: fix spelling errorsilum2017-11-041-1/+1
| | | dictionnary -> dictionary
* Fix typoPavlo Kapyshin2016-12-311-1/+1
|
* fix fixtures; webob1.7rc require bytesGael Pasgrimaud2016-12-162-3/+3
|
* Fixed not to specify _static dir on conf.pyHiroki KIYOHARA2016-12-121-1/+1
| | | | | This document does not include any static files, so this setting is not necessary. And it will raise error without actual _static directory in docs root.
* Removed a link for deleted documentHiroki KIYOHARA2016-12-121-1/+1
| | | | | | | This document is deleted and now it's contents is included in testapp doc http://docs.pylonsproject.org/projects/webtest/en/latest/testapp.html#making-json-requests. Original deleted document is here https://github.com/Pylons/webtest/blob/52f8ebde1ee30e7c7b3680f5e98c558c227c05bf/docs/json.txt It's not so interesting doc and hard to link for hash, so I deleted this link.
* Fixed wrong links for module indexHiroki KIYOHARA2016-12-123-13/+13
|
* Convert readthedocs links for their .org -> .io migration for hosted projectsAdam Chainz2016-06-051-2/+2
| | | | | | | | As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘Securing subdomains’: > Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard. Test Plan: Manually visited all the links I’ve modified.
* back to nose<1.3.0... should try nose2 one dayGael Pasgrimaud2014-06-291-0/+0
|
* add support for checking custom reason phrase using status parameterLie Ryan2014-06-201-1/+2
|
* add authorization propertyGael Pasgrimaud2014-04-161-0/+11
|
* rename .txt to .rst; also looks like the new nose.plugins.xunit break almost ↵Gael Pasgrimaud2014-04-1513-16/+16
| | | | everything so we force 1.3.0
* "200 OK" rather that "200 Ok"Arialdo Martini2014-02-111-2/+2
|
* Allow .select() on select fields.Markus Bertheau2014-01-231-3/+3
| | | | This just moves the implementation from Form to Select.
* Allow selecting by text for multi selectsMarkus Bertheau2014-01-231-0/+8
|
* Allow selecting by text for single selectsMarkus Bertheau2014-01-231-0/+8
|
* resolve conflictGael Pasgrimaud2014-01-171-1/+12
|\
| * Allow selecting submit button by valueMarkus Bertheau2014-01-171-1/+12
| |
* | skip lxml/pyquery tests with pypyGael Pasgrimaud2014-01-171-1/+8
|/
* Allow specifying the MIME type of an uploaded fileMarius Gedminas2013-09-161-0/+1
| | | | Fixes #86
* Allow assigning a list to a set of same-named checkboxes.Carl Meyer2013-08-302-0/+14
|
* Merge pull request #67 from tshepang/patch-2Domen Kožar2013-04-251-7/+8
|\ | | | | various doc improvements
| * remove redundant textTshepang Lekhonkhobe2013-04-251-5/+2
| |
| * various improvementsTshepang Lekhonkhobe2013-04-241-6/+10
| |
* | typoTshepang Lekhonkhobe2013-04-241-1/+1
|/
* passed passed passedMikhail Korobov2013-03-041-2/+2
|
* TestResponse.maybe_follow() methodMikhail Korobov2013-03-041-1/+7
|
* fix changelog locationDomen Kožar2013-02-251-0/+0
|
* add changelog into root and rename itDomen Kožar2013-02-253-300/+2
|
* update changelogDomen Kožar2013-02-251-0/+3
|
* Drop buildout for development and use just virtualenvDomen Kožar2013-02-251-8/+7
|
* don't be stupidDomen Kožar2013-02-231-2/+2
|