Merge remote-tracking branch 'origin/master' into 3615.web-python-3-part-3

This commit is contained in:
Itamar Turner-Trauring 2021-02-23 09:03:58 -05:00
commit e3f282e543

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]