Check some packages, at least, for unicode-vs-bytes issues

This commit is contained in:
Itamar Turner-Trauring 2021-02-12 11:49:14 -05:00
parent 308fa3eed8
commit b71a90deb7

View File

@ -71,6 +71,10 @@ 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.
python -bb -m twisted.trial --rterrors allmydata.test.web
[testenv:integration]
setenv =