don't print in tests

This commit is contained in:
Matthias
2019-09-08 19:47:16 +02:00
parent c5726e88e8
commit 3430850421
8 changed files with 0 additions and 16 deletions

View File

@@ -27,7 +27,6 @@ from tests.conftest import (log_has, log_has_re,
@pytest.fixture(scope="function")
def all_conf():
config_file = Path(__file__).parents[1] / "config_full.json.example"
print(config_file)
conf = load_config_file(str(config_file))
return conf
@@ -713,7 +712,6 @@ def test_load_config_test_comments() -> None:
Load config with comments
"""
config_file = Path(__file__).parents[0] / "config_test_comments.json"
print(config_file)
conf = load_config_file(str(config_file))
assert conf