summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* add SYSTEMDRIVE into default passenv on windows to allow pip6 to work.holger krekel2015-06-031-0/+1
* pass LANG variable to the test environmentAlexandre Conrad2015-06-011-0/+1
* also pass PIP_INDEX_URL because it's likely that the user wants to use2.0.0holger krekel2015-05-121-0/+1
* show all registered per-testenv ini valuesholger krekel2015-05-121-2/+2
* - fix TMP env variable and test on windowsholger krekel2015-05-121-0/+4
* rename internal files -- in any case tox offers no external API except for theholger krekel2015-05-124-17/+17
* - store and show information about what is installed in each venvholger krekel2015-05-122-41/+43
* merge defaultholger krekel2015-05-111-0/+10
|\
| * test_config: Add some tests for new ignore_errors settingMarc Abramowitz2015-05-051-0/+10
* | refactor testenv section parser to work by registering ini attributesholger krekel2015-05-112-91/+94
* | make tox_get_python_executable hook receive "envconfig" instead of just basep...holger krekel2015-05-102-19/+31
* | introduce little plugin system which allows to add command line options,holger krekel2015-05-083-32/+18
* | Backed out changeset cc1933175162holger krekel2015-05-083-18/+32
* | introduce little plugin system based on pluggyholger krekel2015-05-083-32/+18
|/
* fix issue240: allow to specify empty argument list without it beingholger krekel2015-04-281-0/+9
* fix PEP8 violationsVladimir Vitvitskiy2015-04-235-87/+164
* fix issue #120: section subs in commands doesn't workVladimir Vitvitskiy2015-04-211-22/+60
* remove the long-deprecated "distribute" option as it has no effect these days.holger krekel2015-04-212-33/+4
* trying out isolating env variablesholger krekel2015-04-212-3/+45
* introduce new "platform" setting for toxholger krekel2015-04-202-0/+64
* - backout ability that --force-deps substitutes name/versions in1.9.2holger krekel2015-03-231-44/+0
* Enhanced initproj fixture to accept a tuple for name/version specifier.Florian Schulze2015-03-201-2/+2
* fix tests for "-m" virtualenv change of last commitholger krekel2015-03-111-2/+2
* Merged in sontek/tox/fix-force-dep-with-reqs-file-with-pip (pull request #136)holger krekel2015-03-091-0/+44
|\
| * Support force dependencies with requirements.txt using pipJohn Anderson2015-03-051-20/+8
| * Ignore commentsJoe Lombrozo2014-11-031-1/+4
| * Fix issues with external requirements files and force depJoe Lombrozo2014-11-031-0/+53
* | Merged in suor/tox/issue198 (pull request #129)holger krekel2015-02-212-8/+28
|\ \
| * | Fix issue 198: resolve touching factor groupsAlexander Schepanovski2014-12-291-0/+13
* | | Lessen factor use checkAlexander Schepanovski2014-12-291-0/+12
|/ /
* | Add test for getcontextname()Borge Lanes2014-12-101-0/+14
|/
* merge tox-1.8 maintenanceholger krekel2014-10-271-0/+12
|\
| * fix issue199 -- fill result log structure ahead of creating virtualenvholger krekel2014-10-271-0/+12
| * adapt test from @msabramo about curly braches (fixes related to issue150)holger krekel2014-10-241-2/+2
* | port fix of testholger krekel2014-10-241-2/+2
* | Merged in carljm/tox (pull request #123)holger krekel2014-10-212-0/+38
|\ \ | |/ |/|
| * Add --pre and testenv pip_pre options, no --pre by default.Carl Meyer2014-10-062-0/+38
* | Merged in msabramo/tox/allow_backslash_escape_curly_braces_msabramo_2 (pull r...holger krekel2014-10-141-0/+17
|\ \
| * | Add test_posargs_backslashed_or_quotedMarc Abramowitz2014-05-111-0/+17
* | | Merged in suor/tox/alex_gaynor/allow-in-factor-names-for-multidimensio-141174...holger krekel2014-10-121-0/+15
|\ \ \ | |_|/ |/| |
| * | Recognize period in envnames in factor conditionsAlexander Schepanovski2014-10-121-4/+11
| * | Added a test for period in factorAlex Gaynor2014-09-261-0/+8
* | | 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
|/ /
* | fix issue190: allow setenv to be emptyholger krekel2014-09-251-0/+14
* | add test and changelog for better report if we can't get version_infoholger krekel2014-09-231-0/+7
* | fix issue152: set VIRTUAL_ENV when running test commands,holger krekel2014-09-231-0/+1
* | fix issue188 make boolean config vars use the default if the config fileholger krekel2014-09-231-0/+15
* | fix issue148: ignore __PYVENV_LAUNCHER__ for subprocholger krekel2014-09-021-0/+2
* | Support boolean ops on factorsAlexander Schepanovski2014-08-091-0/+18