diff options
Diffstat (limited to 'tests/report_tests.py')
-rw-r--r-- | tests/report_tests.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/report_tests.py b/tests/report_tests.py index a08f0aec..5bb1d837 100644 --- a/tests/report_tests.py +++ b/tests/report_tests.py @@ -116,3 +116,5 @@ class TestPlainReport(unittest.TestCase): if __name__ == "__main__": unittest.main() + +# vim: et ts=4 sw=4 |