diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_report.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/test_report.py b/tests/test_report.py index c0fe0b0..0029c1c 100644 --- a/tests/test_report.py +++ b/tests/test_report.py @@ -1988,9 +1988,6 @@ class Writing(unittest.TestCase): self.assertIn("destinations", result) -if __name__ == "__main__": - unittest.main() - class PersonalisedSubject(unittest.TestCase): """The documented limit, pinned so a later change has to face it. @@ -2185,3 +2182,5 @@ class GenerateWritesVendorRows(unittest.TestCase): self.assertEqual([row["kind"] for row in out["destinations"]], ["email"]) +if __name__ == "__main__": + unittest.main() |
