Adjust ci paths

This commit is contained in:
Paul Pfeister
2024-06-24 17:04:50 -04:00
parent ca781a3c3b
commit 267e5a6979
5 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ def test_versioning() -> None:
found:list = Interactives.walk_sherlock_for_files_with(r'__version__ *= *')
expected:list = [
# Normalization is REQUIRED for Windows ( / vs \ )
os.path.normpath("sherlock/__init__.py"),
os.path.normpath("sherlock/sherlock.py"),
os.path.normpath("sherlock_project/__init__.py"),
os.path.normpath("sherlock_project/sherlock.py"),
]
# Sorting is REQUIRED for Mac
assert sorted(found) == sorted(expected)