add program files
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from audiobooksorter import constants
|
||||
|
||||
|
||||
def test_constants_exposed() -> None:
|
||||
assert constants.PACKAGE_NAME == "audiobooksorter"
|
||||
assert constants.SUPPORTED_VERSION == "1"
|
||||
Reference in New Issue
Block a user