From b71a90deb7a22c777baf85f7e540a1177d9d3186 Mon Sep 17 00:00:00 2001 From: Itamar Turner-Trauring Date: Fri, 12 Feb 2021 11:49:14 -0500 Subject: [PATCH] Check some packages, at least, for unicode-vs-bytes issues --- tox.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tox.ini b/tox.ini index 2ff83cbd4..cdd9f0e9e 100644 --- a/tox.ini +++ b/tox.ini @@ -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 =