mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-03 03:36:44 +00:00
[debugging] Temporarily reduce the cost of testing
This commit is contained in:
parent
4c7d13dea6
commit
36539eb11c
8
tox.ini
8
tox.ini
@ -27,7 +27,7 @@ extras = test
|
|||||||
commands =
|
commands =
|
||||||
pyflakes src static misc setup.py
|
pyflakes src static misc setup.py
|
||||||
tahoe --version
|
tahoe --version
|
||||||
trial {env:TAHOE_LAFS_TRIAL_ARGS:--rterrors} {posargs:allmydata}
|
trial {env:TAHOE_LAFS_TRIAL_ARGS:--rterrors} {posargs:allmydata.test.test_version}
|
||||||
|
|
||||||
[testenv:integration]
|
[testenv:integration]
|
||||||
commands =
|
commands =
|
||||||
@ -39,7 +39,7 @@ commands =
|
|||||||
commands =
|
commands =
|
||||||
pyflakes src static misc setup.py
|
pyflakes src static misc setup.py
|
||||||
tahoe --version
|
tahoe --version
|
||||||
coverage run --branch -m twisted.trial {env:TAHOE_LAFS_TRIAL_ARGS:--rterrors --reporter=timing} {posargs:allmydata}
|
coverage run --branch -m twisted.trial {env:TAHOE_LAFS_TRIAL_ARGS:--rterrors --reporter=timing} {posargs:allmydata.test.test_version}
|
||||||
coverage xml
|
coverage xml
|
||||||
|
|
||||||
[testenv:codechecks]
|
[testenv:codechecks]
|
||||||
@ -57,7 +57,7 @@ commands =
|
|||||||
setenv =
|
setenv =
|
||||||
PYTHONWARNINGS=default::DeprecationWarning
|
PYTHONWARNINGS=default::DeprecationWarning
|
||||||
commands =
|
commands =
|
||||||
python misc/build_helpers/run-deprecations.py --warnings=_trial_temp/deprecation-warnings.log trial {env:TAHOE_LAFS_TRIAL_ARGS:--rterrors} {posargs:allmydata}
|
python misc/build_helpers/run-deprecations.py --warnings=_trial_temp/deprecation-warnings.log trial {env:TAHOE_LAFS_TRIAL_ARGS:--rterrors} {posargs:allmydata.test.test_versions}
|
||||||
|
|
||||||
[testenv:upcoming-deprecations]
|
[testenv:upcoming-deprecations]
|
||||||
setenv =
|
setenv =
|
||||||
@ -67,7 +67,7 @@ deps =
|
|||||||
git+https://github.com/warner/foolscap
|
git+https://github.com/warner/foolscap
|
||||||
commands =
|
commands =
|
||||||
flogtool --version
|
flogtool --version
|
||||||
python misc/build_helpers/run-deprecations.py --warnings=_trial_temp/deprecation-warnings.log trial {env:TAHOE_LAFS_TRIAL_ARGS:--rterrors} {posargs:allmydata}
|
python misc/build_helpers/run-deprecations.py --warnings=_trial_temp/deprecation-warnings.log trial {env:TAHOE_LAFS_TRIAL_ARGS:--rterrors} {posargs:allmydata.test.test_versions}
|
||||||
|
|
||||||
[testenv:checkmemory]
|
[testenv:checkmemory]
|
||||||
commands =
|
commands =
|
||||||
|
Loading…
Reference in New Issue
Block a user