Extra test for MY_CONFIG variable; fix order import for stub/dynamic config

This commit is contained in:
Dima Gerasimov 2020-05-05 08:18:08 +01:00 committed by karlicoss
parent 636060db57
commit 6d1fba2171
4 changed files with 61 additions and 30 deletions

View file

@ -72,7 +72,7 @@ def test_explicit_glob():
assert get_files('/tmp/hpi_test', glob='file_*.zip') == expected
def test_implicit_blog():
def test_implicit_glob():
'''
Asterisc in the path results in globing too.
'''