index
:
delta/python-packages/tox.git
174-voting-testenv
Pentusha/docs-add-pypy3-support-1408431512815
The-Compiler/fix-typo-1466505573719
abort_by_default_when_a_command_fails
add-py35
alex_gaynor/allow-in-factor-names-for-multidimensio-1411745805716
allow_backslash_escape_curly_braces_msabramo_2
bittner/remove-invalid-return-value-in-toxcmdlin-1465935081972
bug/period_pkg_name
bug_181
complex-projname-initproj
config-in-setup-cfg
d0ugal/correct-forcedeps-to-be-forcedep-in-the--1457531878676
develop-pip-win32
doc_fix_broken_links
doc_update_jenkins_example_3
document-py-env
echo-captured-output
evvers/add-deps-to-basictxt-example-without-dep-1400352654797
file-instead-of-pipe
fix-doc-env
fix-flakes
fix-force-dep-with-reqs-file
fix-force-dep-with-reqs-file-with-pip
fix-issue-120-commands-subs
fix-minor-typos-in-config-doc
fix_console_encoding
fix_env_use
fix_issue_265
fix_test_quickstart
fix_test_sdistonly
fix_tox_envlist
generative-example
glarrain/readme-removed-duplicated-line-1378443596400
hgignore_flakes_cache
hook/report-status
ionelmc/correct-incorrect-docs-on-platform-1448372605209
issue-10-pip-UnicodeDecodeError
issue-235-fix-installpkg
issue191
issue198
issue285
issue302
issue336
issue352
issue_164_msabramo_1
jezdez/added-readme-to-package-manifest-templat-1372083252428
jtpereyda-cleanup
jurko/documentation-fixes
lessen-factor-use-check
maquilina/fix-minor-grammatical-error-in-readmerst-1431506151478
master
missing_interpreter_config_option
passenv_multiline
pluggy
posargs-fix
skip-missing-interpreter
stevepiercy/grammar-fixes-1430426650165
stevepiercy/insert-missing-the-for-grammar-rewrap-to-1431248739542
tbekolay/better-setuptools-integration-in-basic-1400524487298
test_quickstart_multiline_with_comments
tomviner/typo-extra-in-docs-basictxt--1415645866375
tox-1.8-maint
tox_add_py33_and_py34
tox_ini_add_flakes_target_3
tox_quickstart_add_py34
typofix
use-venv191-pip13-for-python25
bitbucket.org: Obsolete (use python-packages/tox-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix issue84 - pypy on windows creates a bin not a scripts venv directory
holger krekel
2013-02-19
1
-4
/
+9
*
add -l to changelog, lukasz to contributors and some refinements
holger krekel
2013-02-19
1
-8
/
+10
*
Added --list switch to show all envs
Lukasz Balcerzak
2013-02-18
1
-0
/
+20
*
fix downloadcache determination to work according to docs: Only
holger krekel
2013-02-12
1
-5
/
+13
*
backout --extradeps addition; finally found a way to not need it
holger krekel
2013-02-03
1
-16
/
+0
*
command line option --extradeps=dep1,dep2,... to specify extra deps
holger krekel
2013-02-01
1
-0
/
+16
*
remove some lingering "post" code
holger krekel
2013-02-01
1
-6
/
+0
*
- new --installpkg option
holger krekel
2013-01-30
3
-13
/
+22
*
- move status to become venv attribute
holger krekel
2013-01-28
1
-2
/
+2
*
* introduce a --installpkg=path option which will skip creation of an sdist a...
holger krekel
2013-01-28
2
-1
/
+15
*
fix test run, at least on my computer
holger krekel
2013-01-25
1
-3
/
+3
*
fix a test that failed due to a recent merge - i'd really
holger krekel
2012-12-07
1
-4
/
+0
*
Add {envsitepackagesdir} substitution. Closes #72.
Gabriel
2012-11-30
1
-0
/
+8
*
rtrim lines in generated file
holger krekel
2012-11-25
1
-37
/
+36
*
tests/test_quickstart.py: Eliminate unnecessary imports of os and tempfile
Marc Abramowitz
2012-11-25
1
-2
/
+0
*
tests/test_quickstart.py: Accept `tmpdir` in the `cleandir` fixture so
Marc Abramowitz
2012-11-25
1
-3
/
+2
*
Merge from upstream = ssh://hg@bitbucket.org/hpk42/tox
Marc Abramowitz
2012-11-25
1
-289
/
+1
|
\
|
*
Merged in msabramo/tox_quickstart (pull request #25)
holger krekel
2012-11-24
1
-289
/
+1
|
|
\
|
|
*
merge
holger krekel
2012-11-23
1
-0
/
+326
|
|
|
\
|
|
*
|
another fix wrt to making tox fixtures importable
holger krekel
2012-11-23
1
-0
/
+2
|
|
*
|
make tox's fixtures importable from other projects
holger krekel
2012-11-20
1
-290
/
+0
*
|
|
|
Make tests/test_quickstart.py tests run in a temporary directory so
Marc Abramowitz
2012-11-24
1
-14
/
+24
|
/
/
/
*
|
|
tox-quickstart: Prompt before overwriting an existing tox.ini file.
Marc Abramowitz
2012-11-24
1
-0
/
+30
|
|
/
|
/
|
*
|
Changed the Python version selection so that there are a bunch of
Marc Abramowitz
2012-11-23
1
-10
/
+82
*
|
Remove unnecessary `import os` in tests/test_quickstart.py
Marc Abramowitz
2012-11-22
1
-2
/
+0
*
|
Make tests in TestToxQuickstart more realistic by having them call tox._quick...
Marc Abramowitz
2012-11-22
1
-7
/
+25
*
|
Automatically add "twisted" to deps when the selected test runner is trial.
Marc Abramowitz
2012-11-22
1
-0
/
+24
*
|
Automatically add "nose" to deps when the selected test runner is nosetests
Marc Abramowitz
2012-11-22
1
-0
/
+24
*
|
Automatically add "pytest" to deps when the selected test runner is py.test
Marc Abramowitz
2012-11-22
1
-1
/
+25
*
|
Add `test_quickstart_main_defaults`, a test that tests what happens when the ...
Marc Abramowitz
2012-11-22
1
-0
/
+24
*
|
Refactor tests/test_quickstart.py so that it will be easier to write
Marc Abramowitz
2012-11-22
1
-9
/
+13
*
|
Tweaks to make tox-quickstart (tox/_quickstart.py) and
Marc Abramowitz
2012-11-22
1
-1
/
+4
*
|
Update my fork; merge from ssh://hg@bitbucket.org/hpk42/tox
Marc Abramowitz
2012-11-22
1
-0
/
+135
|
\
\
|
|
/
|
/
|
|
*
Add TestToxQuickstartMain for testing tox-quickstart at a higher level
Marc Abramowitz
2012-11-22
1
-0
/
+37
|
*
Add test/test_quickstart.py for testing the new tox-quickstart functionality.
Marc Abramowitz
2012-11-20
1
-0
/
+98
*
|
fix #61 - always pass args[1:] from the mock-call
holger krekel
2012-11-20
1
-1
/
+2
*
|
fixed test to not rely on os.path.expanduser (closes #60)
holger krekel
2012-11-20
1
-1
/
+1
*
|
add a test for find_executable()
holger krekel
2012-11-05
1
-1
/
+9
*
|
add "py" environment using sys.executable and tox's python setup.py test
holger krekel
2012-10-26
1
-1
/
+6
*
|
fix issue34 - search tox.ini in parent dirs
holger krekel
2012-10-26
2
-9
/
+14
|
/
*
Refactored locate_via_py and added a test
Paul Moore
2012-10-11
1
-0
/
+15
*
fix grouping of index-server specified deps
holger krekel
2012-08-04
1
-1
/
+6
*
Fix test_config.py failures on OS X 10.6.8, caused by symlinked paths in
Marc Abramowitz
2012-07-08
1
-6
/
+6
*
fix issue41 - quoting should work better now for deps using "<" or ">"
holger
2012-07-03
1
-1
/
+1
*
reformat and simplify ini-parsing/substitution code, adapt white space handling
1.4
holger krekel
2012-06-13
1
-3
/
+2
*
fix tests, bump version
holger krekel
2012-06-11
1
-1
/
+1
*
rename config.opts to config.option
holger krekel
2012-06-11
1
-5
/
+5
*
streamline and somewhat simplify reporting, write release-announcement
holger krekel
2012-06-11
2
-15
/
+14
*
extend tests to check against more py versions
holger krekel
2012-06-08
1
-1
/
+1
*
don't warn if a test command is specified in a relative manner
holger krekel
2012-06-08
2
-5
/
+41
[next]