delete rougail namespace
This commit is contained in:
parent
c51db38022
commit
08520c7ab5
1 changed files with 3 additions and 3 deletions
|
@ -74,12 +74,12 @@ def test_dictionaries_warning(test_dir):
|
|||
environment.run()
|
||||
new_config = environment.config
|
||||
new_config_dict = dict(new_config.value.get())
|
||||
# expected output
|
||||
# expected output
|
||||
with open(Path('tests') / 'envvars' / current_dirname / 'makedict' / 'all.env') as json_file:
|
||||
expected = load(json_file)
|
||||
# here is the effective test
|
||||
# here is the effective test
|
||||
for key, value in new_config_dict.items():
|
||||
assert expected["rougail." + key.name()] == value
|
||||
assert expected[key.name()] == value
|
||||
|
||||
|
||||
def populate(dest_dir, rougailconfig):
|
||||
|
|
Loading…
Reference in a new issue