remove more useless docstrings from tests

This commit is contained in:
Janne Sinivirta
2018-07-30 11:37:29 +03:00
parent 336cd524a3
commit e242842805
8 changed files with 1 additions and 270 deletions

View File

@@ -322,9 +322,6 @@ def test_hyperopt_with_arguments(mocker, default_conf, caplog) -> None:
def test_check_exchange(default_conf) -> None:
"""
Test the configuration validator with a missing attribute
"""
conf = deepcopy(default_conf)
configuration = Configuration(Namespace())