Skip to content

Commit

Permalink
chdir to see sample test .docx files
Browse files Browse the repository at this point in the history
  • Loading branch information
AHReccese committed May 21, 2024
1 parent 2418228 commit 2d9c967
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_dmeta.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ def test_clear():


def test_clear_all():
os.chdir(TESTS_DIR_PATH)
clear_all()
# check all files clearance

Expand All @@ -20,4 +21,5 @@ def test_update():

def test_update_all():
# test all files meta-data are updated
os.chdir(TESTS_DIR_PATH)
update_all(os.path.join(TESTS_DIR_PATH, "config.json"))

0 comments on commit 2d9c967

Please sign in to comment.