|
|
|
@ -6,4 +6,4 @@ def test_versioning() -> None:
|
|
|
|
|
assert sherlock.__version__ in Interactives.run_cli("--version")
|
|
|
|
|
# Ensure __init__ is single source of truth for __version__ in package
|
|
|
|
|
# Temporarily allows sherlock.py so as to not trigger early upgrades
|
|
|
|
|
assert Interactives.walk_sherlock_for_files_with(r'__version__ *= *') == [ "sherlock/__init__.py", "sherlock/sherlock.py" ]
|
|
|
|
|
assert Interactives.walk_sherlock_for_files_with(r'__version__ *= *') == [ "sherlock/__init__.py", "sherlock/sherlock.py" ]
|
|
|
|
|