Clarify the comment.

This commit is contained in:
Itamar Turner-Trauring 2021-02-22 09:39:31 -05:00
parent 520e8fe55e
commit caad978c24

View File

@ -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]