summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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-289/+1
| |\
| | * 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-221-0/+135
|\ \ | |/ |/|
| * 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
* | 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
|/
* Refactored locate_via_py and added a testPaul Moore2012-10-111-0/+15
* fix grouping of index-server specified depsholger krekel2012-08-041-1/+6
* Fix test_config.py failures on OS X 10.6.8, caused by symlinked paths inMarc Abramowitz2012-07-081-6/+6
* fix issue41 - quoting should work better now for deps using "<" or ">"holger2012-07-031-1/+1
* reformat and simplify ini-parsing/substitution code, adapt white space handling1.4holger krekel2012-06-131-3/+2
* fix tests, bump versionholger krekel2012-06-111-1/+1
* rename config.opts to config.optionholger krekel2012-06-111-5/+5
* streamline and somewhat simplify reporting, write release-announcementholger krekel2012-06-112-15/+14
* extend tests to check against more py versionsholger krekel2012-06-081-1/+1
* don't warn if a test command is specified in a relative mannerholger krekel2012-06-082-5/+41