summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* fix whitelist_externals on windows, bump version for release prep1.5.0holger krekel2013-06-221-2/+0
* fix issue104 - use setuptools instead of distribute by default nowholger krekel2013-06-212-2/+2
* fix py25 test bugholger krekel2013-06-211-2/+4
* make sure virtualenv commands are found firstholger krekel2013-05-212-1/+15
* introduce white list for commandsholger krekel2013-05-212-0/+33
* Show full command that is being run during testsLukasz Balcerzak2013-05-091-0/+10
* Test for #99 regression on multiple substitutions per lineKrisztian Fekete2013-05-061-0/+14
* Tests for issue #97 {[section]name} substitution does not work in generalKrisztian Fekete2013-04-271-0/+23
* Test that envsitepackagesdir actually gets calledÅsmund Grammeltvedt2013-04-061-0/+30
* fix issue92 envsitepackagesdir to work correctly. Also fix the test.holger krekel2013-04-051-3/+7
* tentative re-licensing of tox to MIT licenseholger krekel2013-03-271-1/+1
* use --setuptools or --distribute option for virtualenv creationholger krekel2013-03-191-0/+1
* fix issue84 - pypy on windows creates a bin not a scripts venv directoryholger krekel2013-02-191-4/+9
* add -l to changelog, lukasz to contributors and some refinementsholger krekel2013-02-191-8/+10
* Added --list switch to show all envsLukasz Balcerzak2013-02-181-0/+20
* fix downloadcache determination to work according to docs: Onlyholger krekel2013-02-121-5/+13
* backout --extradeps addition; finally found a way to not need itholger krekel2013-02-031-16/+0
* command line option --extradeps=dep1,dep2,... to specify extra depsholger krekel2013-02-011-0/+16
* remove some lingering "post" codeholger krekel2013-02-011-6/+0
* - new --installpkg optionholger krekel2013-01-303-13/+22
* - move status to become venv attributeholger krekel2013-01-281-2/+2
* * introduce a --installpkg=path option which will skip creation of an sdist a...holger krekel2013-01-282-1/+15
* fix test run, at least on my computerholger krekel2013-01-251-3/+3
* fix a test that failed due to a recent merge - i'd reallyholger krekel2012-12-071-4/+0
* Add {envsitepackagesdir} substitution. Closes #72.Gabriel2012-11-301-0/+8
* 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
* Merge from upstream = ssh://hg@bitbucket.org/hpk42/toxMarc Abramowitz2012-11-251-289/+1
|\
| * Merged in msabramo/tox_quickstart (pull request #25)holger krekel2012-11-241-0/+30
| |\
| * \ mergeholger krekel2012-11-231-0/+326
| |\ \
| * | | another fix wrt to making tox fixtures importableholger krekel2012-11-231-0/+2
| * | | make tox's fixtures importable from other projectsholger krekel2012-11-201-290/+0
* | | | 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
* | Update my fork; merge from ssh://hg@bitbucket.org/hpk42/toxMarc Abramowitz2012-11-223-12/+31
|\ \ | |/
| * fix #61 - always pass args[1:] from the mock-callholger krekel2012-11-201-1/+2
| * fixed test to not rely on os.path.expanduser (closes #60)holger krekel2012-11-201-1/+1
| * add a test for find_executable()holger krekel2012-11-051-1/+9
| * add "py" environment using sys.executable and tox's python setup.py testholger krekel2012-10-261-1/+6
| * fix issue34 - search tox.ini in parent dirsholger krekel2012-10-262-9/+14