aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_config.py')
-rw-r--r--tests/test_config.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/test_config.py b/tests/test_config.py
index 6eeeee9..cad536a 100644
--- a/tests/test_config.py
+++ b/tests/test_config.py
@@ -26,15 +26,11 @@ class TestConfig(unittest.TestCase):
# object with the config file empty, should use the default values
self._empty_cfg = config.Config(
config_file = os.path.join(current_dir, 'files', 'g-octave_empty.cfg'),
- create_dirs = False,
- fetch_phase = True
)
# object with an example config file
self._cfg = config.Config(
config_file = os.path.join(current_dir, 'files', 'g-octave.cfg'),
- create_dirs = False,
- fetch_phase = True
)
def test_empty_config_attributes(self):