aboutsummaryrefslogtreecommitdiff
path: root/tests/test_config.py
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2019-04-27 18:05:57 +0200
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2019-04-27 18:05:57 +0200
commit089bf272f0e4cf0a68b1490968d3339d15d1b9be (patch)
tree3cb6735b607206ac135a0612fc64a0d000427335 /tests/test_config.py
parent54a757b016d5b3aa9103ec29d6b63cd5fd64d28e (diff)
Improve tests for config
Diffstat (limited to 'tests/test_config.py')
-rw-r--r--tests/test_config.py1
1 files changed, 0 insertions, 1 deletions
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)