summaryrefslogtreecommitdiff
path: root/tests/test_z_cmdline.py
Commit message (Expand)AuthorAgeFilesLines
* clean out source files and link to new repoHEADmasterRonny Pfannschmidt2016-09-171-760/+0
* internal: push some optional object creation into tests becauseholger krekel2015-12-091-1/+2
* fix issue252: allow environment names with special characters.holger krekel2015-11-261-0/+17
* fix issue280: fix case where --skip-missing-interpreter would not work if {en...holger krekel2015-11-091-2/+17
* some fixes for detox, preparing 2.1.12.1.1holger krekel2015-06-231-6/+3
* rename internal files -- in any case tox offers no external API except for theholger krekel2015-05-121-2/+2
* - store and show information about what is installed in each venvholger krekel2015-05-121-10/+12
* fix PEP8 violationsVladimir Vitvitskiy2015-04-231-25/+50
* introduce new "platform" setting for toxholger krekel2015-04-201-0/+18
* Enhanced initproj fixture to accept a tuple for name/version specifier.Florian Schulze2015-03-201-2/+2
* Do not rely on specific errno numbers in testsMarius Gedminas2014-09-281-1/+1
* Report subprocess exit code when invocation failsMarius Gedminas2014-09-261-1/+1
* Merged in msabramo/tox/issue_164_msabramo_1 (pull request #92)holger krekel2014-05-101-4/+18
|\
| * Merged in aconrad/tox/skip-missing-interpreter (pull request #104)holger krekel2014-05-081-0/+16
| |\
| | * support skipping interpreters if any are missingAlexandre Conrad2014-04-301-0/+16
| * | make test more specific, less prone to failuresAlexandre Conrad2014-04-301-1/+1
| |/
| * Fix "flakes" problemsMarc Abramowitz2014-04-271-3/+1
* | Add test_run_custom_install_command_errorMarc Abramowitz2014-04-281-0/+13
|/
* fix test runs on environments without a home directoryholger krekel2013-09-041-3/+4
* fix issue119: sitepackagesdir now correctly points to virtualenv dir, not tox...holger krekel2013-08-211-1/+1
* refine python2.5 and install_command behaviour and documentation. also show i...holger krekel2013-08-151-16/+10
* ref pull request 65holger krekel2013-08-141-3/+16
* issue_1_empty_setup_py: fix for issue #1: Empty setup.py leads to very obscur...Anthon van der Neut2013-08-141-0/+48
* Compute skipsdist default at config parse timeMatt Good2013-08-071-0/+18
* Make "usedevelop" a [testenv] setting instead of a [tox] settingMatt Good2013-08-061-3/+2
* introduce --reportjson=PATH option to write out test run information (version...holger krekel2013-08-061-53/+79
* Report better on what we're doingMonty Taylor2013-07-161-1/+10
* Add command line option for developMonty Taylor2013-07-161-2/+10
* Add test to use usedevelopMonty Taylor2013-07-111-0/+53
* Add option to skip sdist step.Monty Taylor2013-07-101-0/+17
* fixes #87 : unset VIRTUALENV_PYTHON before calling virtualenvMathieu Agopian2013-07-061-0/+9
* make sure virtualenv commands are found firstholger krekel2013-05-211-1/+1
* 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
* - new --installpkg optionholger krekel2013-01-301-3/+5
* - 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-281-1/+10
* Add {envsitepackagesdir} substitution. Closes #72.Gabriel2012-11-301-0/+8
* fix issue41 - quoting should work better now for deps using "<" or ">"holger2012-07-031-1/+1
* fix tests, bump versionholger krekel2012-06-111-1/+1
* streamline and somewhat simplify reporting, write release-announcementholger krekel2012-06-111-6/+5
* only use shell=True on Windows and test for it, also streamlining a testholger krekel2012-06-051-13/+8
* fix for windows: use shell=True. this avoids a strange error where a command ...holger2012-06-051-1/+1
* simplify tox reporting output, fix link in docsholger krekel2012-06-031-1/+1
* make this test independent of python26 installholger krekel2012-04-251-2/+2
* * refactor code and tests to work through an "Action" object whichholger krekel2012-01-061-56/+21
* dependency inject report object so that reporting can be modifiedholger krekel2011-12-291-0/+27
* small API adaptations to make things better fit for other rproject (detox). ...holger krekel2011-12-201-0/+454