diff --git a/tests/test_config.py b/tests/test_config.py index 72c0460..3beaf03 100644 --- a/tests/test_config.py +++ b/tests/test_config.py @@ -95,8 +95,3 @@ def test_missing_values(unset_values): j = convert.rc2json(unset_values) j = json.loads(j) assert j.keys() == config_boilerplate.keys() - - - - -# TODO: test that when a config file is created from scratch, it contains all values