Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cmcmarrow committed Nov 2, 2023
1 parent 40f2bee commit a5aca21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/pytests/functional/modules/test_win_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,7 @@ def test_makedirs_perms(tmp_path):
assert win_file.makedirs_perms(path) is True
assert os.path.isdir(path)


def test_check_perms_path_not_found(tmp_path, windows_user):
tmp_path = str(tmp_path)
path = os.path.join(tmp_path, "dir1")
Expand Down

0 comments on commit a5aca21

Please sign in to comment.