From 089bf272f0e4cf0a68b1490968d3339d15d1b9be Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Sat, 27 Apr 2019 18:05:57 +0200 Subject: Improve tests for config --- tests/test_config.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tests') diff --git a/tests/test_config.py b/tests/test_config.py index 6002dd9..507c322 100644 --- a/tests/test_config.py +++ b/tests/test_config.py @@ -8,7 +8,6 @@ class TestConfig(unittest.TestCase): self.config = config.Config() def test_load_config_no_files(self): - self.config.load() self.assertEqual(self.config.config_fn, 'pyapd_config.yaml') self.assertIn('backend', self.config.data) -- cgit v1.2.3