importing twisted trial instead of allmydata trial

This commit is contained in:
tpltnt 2017-12-31 14:50:21 +01:00
parent c351a1d327
commit ac7287677b

View File

@ -30,7 +30,7 @@ deps = --editable=.[test]
commands =
pyflakes src static misc setup.py
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
[testenv:codechecks]