summaryrefslogtreecommitdiff
path: root/_test/lib/test_canonical.py
diff options
context:
space:
mode:
Diffstat (limited to '_test/lib/test_canonical.py')
-rw-r--r--_test/lib/test_canonical.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/_test/lib/test_canonical.py b/_test/lib/test_canonical.py
index 682f6ab..48a1764 100644
--- a/_test/lib/test_canonical.py
+++ b/_test/lib/test_canonical.py
@@ -40,7 +40,7 @@ def test_canonical_error(data_filename, canonical_filename, verbose=False):
if verbose:
print(exc)
else:
- raise AssertionError("expected an exception")
+ raise AssertionError('expected an exception')
test_canonical_error.unittest = ['.data', '.canonical']
@@ -48,4 +48,5 @@ test_canonical_error.skip = ['.empty']
if __name__ == '__main__':
import test_appliance
+
test_appliance.run(globals())