We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6a8492 commit 916d981Copy full SHA for 916d981
tests/others/test_config.py
@@ -270,7 +270,7 @@ def test_use_default_values(self):
270
config.save_config(tmpdirname)
271
272
# now loading it with SampleObject2 should put f into `_use_default_values`
273
- config = SampleObject2.from_config(tmpdirname)
+ config = SampleObject2.from_config(SampleObject2.load_config(tmpdirname))
274
275
assert "f" in config.config._use_default_values
276
assert config.config.f == [1, 3]
0 commit comments