mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-22 06:17:50 +00:00
importing twisted trial instead of allmydata trial
This commit is contained in:
parent
c351a1d327
commit
ac7287677b
2
tox.ini
2
tox.ini
@ -30,7 +30,7 @@ deps = --editable=.[test]
|
|||||||
commands =
|
commands =
|
||||||
pyflakes src static misc setup.py
|
pyflakes src static misc setup.py
|
||||||
tahoe --version
|
tahoe --version
|
||||||
coverage run --branch -m allmydata.test.run_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}
|
||||||
coverage xml
|
coverage xml
|
||||||
|
|
||||||
[testenv:codechecks]
|
[testenv:codechecks]
|
||||||
|
Loading…
Reference in New Issue
Block a user