mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-21 13:57:51 +00:00
Clarify the comment.
This commit is contained in:
parent
520e8fe55e
commit
caad978c24
6
tox.ini
6
tox.ini
@ -71,9 +71,9 @@ commands =
|
||||
coverage: coverage xml
|
||||
coverage: coverage report
|
||||
|
||||
# We also run tests with -bb to catch bugs like `"%s" % (some_bytes,)`.
|
||||
# Eventually everything should run with this, but so far only parted
|
||||
# some of the modules.
|
||||
# Also run tests with -bb to catch bugs like `"%s" % (some_bytes,)`.
|
||||
# Eventually everything should run with this, but so far only fixed
|
||||
# some of the Python3-ported modules.
|
||||
python -bb -m twisted.trial --rterrors allmydata.test.web
|
||||
|
||||
[testenv:integration]
|
||||
|
Loading…
Reference in New Issue
Block a user