Skip to content

Commit

Permalink
added docstring to test
Browse files Browse the repository at this point in the history
  • Loading branch information
khoroshevskyi committed Aug 17, 2023
1 parent dd08a7b commit 4fa946e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/smoketests/test_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,9 @@ def test_init_config_file(self, prep_temp_pep, cmd, dotfile_path):
raise pytest.fail(f"DID RAISE {err}")

def test_correct_execution_of_config(self, prepare_pep_with_dot_file):
"""
Test executing dot file and looper_config
"""
dot_file_path = os.path.abspath(prepare_pep_with_dot_file)
x = test_args_expansion("", "run")
try:
Expand Down

0 comments on commit 4fa946e

Please sign in to comment.