From 9d8854fc10d6d883acc87cc5e0a09eff5c428e23 Mon Sep 17 00:00:00 2001 From: Nyall Dawson Date: Tue, 26 Sep 2017 16:04:58 +1000 Subject: [PATCH] Add an empty line Because the world will explode if not --- tests/src/python/test_qgsfeaturesource.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/src/python/test_qgsfeaturesource.py b/tests/src/python/test_qgsfeaturesource.py index 2f1c53a81b9..9331e9ce391 100644 --- a/tests/src/python/test_qgsfeaturesource.py +++ b/tests/src/python/test_qgsfeaturesource.py @@ -170,5 +170,6 @@ class TestQgsFeatureSource(unittest.TestCase): for id, f in original_features.items(): self.assertEqual(new_features[id].attributes()[0], f.attributes()[0]) + if __name__ == '__main__': unittest.main()