summaryrefslogtreecommitdiff
path: root/tests/test_quickstart.py
Commit message (Expand)AuthorAgeFilesLines
* clean out source files and link to new repoHEADmasterRonny Pfannschmidt2016-09-171-491/+0
* Merged in suor/tox/issue198 (pull request #129)holger krekel2015-02-211-8/+15
* test_quickstart: Use multilines and add comments for better understandingMarc Abramowitz2014-04-281-21/+139
* Fix test_quickstart failuresMarc Abramowitz2014-04-271-14/+16
* drop Python2.5 compatibility because it became too hard dueholger krekel2013-12-091-18/+20
* fix issue113: let all quickstart test work in fresh temp dir. Thanks Anthon ...holger krekel2013-08-141-3/+3
* rtrim lines in generated fileholger krekel2012-11-251-37/+36
* tests/test_quickstart.py: Eliminate unnecessary imports of os and tempfileMarc Abramowitz2012-11-251-2/+0
* tests/test_quickstart.py: Accept `tmpdir` in the `cleandir` fixture soMarc Abramowitz2012-11-251-3/+2
* Make tests/test_quickstart.py tests run in a temporary directory soMarc Abramowitz2012-11-241-14/+24
* tox-quickstart: Prompt before overwriting an existing tox.ini file.Marc Abramowitz2012-11-241-0/+30
* Changed the Python version selection so that there are a bunch ofMarc Abramowitz2012-11-231-10/+82
* Remove unnecessary `import os` in tests/test_quickstart.pyMarc Abramowitz2012-11-221-2/+0
* Make tests in TestToxQuickstart more realistic by having them call tox._quick...Marc Abramowitz2012-11-221-7/+25
* Automatically add "twisted" to deps when the selected test runner is trial.Marc Abramowitz2012-11-221-0/+24
* Automatically add "nose" to deps when the selected test runner is nosetestsMarc Abramowitz2012-11-221-0/+24
* Automatically add "pytest" to deps when the selected test runner is py.testMarc Abramowitz2012-11-221-1/+25
* Add `test_quickstart_main_defaults`, a test that tests what happens when the ...Marc Abramowitz2012-11-221-0/+24
* Refactor tests/test_quickstart.py so that it will be easier to writeMarc Abramowitz2012-11-221-9/+13
* Tweaks to make tox-quickstart (tox/_quickstart.py) andMarc Abramowitz2012-11-221-1/+4
* Add TestToxQuickstartMain for testing tox-quickstart at a higher levelMarc Abramowitz2012-11-221-0/+37
* Add test/test_quickstart.py for testing the new tox-quickstart functionality.Marc Abramowitz2012-11-201-0/+98