summaryrefslogtreecommitdiff
path: root/tests/test_config.py
Commit message (Expand)AuthorAgeFilesLines
* Support configuration through setup.cfgconfig-in-setup-cfgWalter Scheper2016-03-101-0/+49
* Fix section substitution with {posargs}Sachi King2016-02-111-1/+1
* Add test for subsitition from other section with posargsSachi King2016-02-111-0/+14
* fix issue294: re-allow cross-section substitution for setenv setting.2.3.1holger krekel2015-12-141-2/+31
* reshuffle tests related to setenv processing and integrate nelfin'sholger krekel2015-12-071-40/+55
* refactor setenv processing into its own class so thatholger krekel2015-12-071-8/+22
* merge defaultholger krekel2015-11-201-4/+24
|\
| * Merged in dstanek/tox/bug_181 (pull request #174)holger krekel2015-11-201-4/+24
| |\
| | * Fixes bug 181; allow # in commandsbug_181David Stanek2015-10-051-4/+24
* | | address issue285 but not fully resolve it: setenv processing now works,holger krekel2015-11-131-16/+16
* | | add various xfailing test cases for env substitution in setenvholger krekel2015-11-131-0/+41
|/ /
* | fix setenv/substitution bug2.2.1holger krekel2015-11-111-0/+26
* | Merged in rebeckag/tox/174-voting-testenv (pull request #170)holger krekel2015-11-061-0/+9
|\ \
| * | Renamed testenv attribute from 'voting' to 'ignore_outcome'.Rebecka Gulliksson2015-08-241-4/+4
| * | Reverted unnecessary code formatting changes.Rebecka Gulliksson2015-08-241-53/+31
| * | Added 'voting' testenv attribute.Rebecka Gulliksson2015-08-241-31/+62
| |/
* | fix issue281: make --force-deps work when urls are present in a dep configholger krekel2015-11-021-0/+20
* | Merged in itxaka/tox/fix_env_use (pull request #169)holger krekel2015-10-301-0/+12
|\ \
| * \ Merged in olliewalsh/tox (pull request #167)holger krekel2015-10-291-0/+12
| |\ \ | | |/ | |/|
| | * Cleanup flakesOllie Walsh2015-07-031-3/+3
| | * Reorder the processing of testenv options. Fixes issue #246Ollie Walsh2015-07-031-0/+12
* | | Add testsItxaka2015-08-311-0/+22
|/ /
* | Fix issue #265 - Pass LD_LIBRARY_PATH by defaultfix_issue_265David Donovan Riddle2015-07-141-0/+1
|/
* introduce a TOX_TESTENV_PASSENV setting which is honoredholger krekel2015-06-191-0/+12
* Merged in acaron/tox (pull request #163)holger krekel2015-06-191-0/+11
|\
| * Adds support for multiline envlist setting.Andre Caron2015-06-041-0/+11
* | make passenv attribute type line-listpassenv_multilineStefano Mazzucco2015-06-181-2/+22
* | hpk42/tox/issue/259/passenv-statement-should-accept-multi-linemazzucco2015-06-181-2/+32
|/
* 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-121-6/+6
* - store and show information about what is installed in each venvholger krekel2015-05-121-31/+31
* 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-111-90/+93
* | introduce little plugin system which allows to add command line options,holger krekel2015-05-081-26/+10
* | Backed out changeset cc1933175162holger krekel2015-05-081-10/+26
* | introduce little plugin system based on pluggyholger krekel2015-05-081-26/+10
|/
* fix issue240: allow to specify empty argument list without it beingholger krekel2015-04-281-0/+9
* fix PEP8 violationsVladimir Vitvitskiy2015-04-231-41/+55
* 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-211-1/+0
* trying out isolating env variablesholger krekel2015-04-211-0/+37
* introduce new "platform" setting for toxholger krekel2015-04-201-0/+46
* - backout ability that --force-deps substitutes name/versions in1.9.2holger krekel2015-03-231-44/+0
* 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