added circle CI config with basic unit tests

This commit is contained in:
xerexoded
2024-06-09 22:49:24 +05:30
committed by Tim Rae
parent ced8db44fe
commit 692939cd0e
7 changed files with 206 additions and 2 deletions

View File

@@ -12,7 +12,9 @@ dependencies = [
"tidalapi==0.7.6",
"pyyaml~=6.0",
"tqdm~=4.64",
"sqlalchemy~=2.0"
"sqlalchemy~=2.0",
"pytest~=7.0",
"pytest-mock~=3.8"
]
[tools.setuptools.packages."spotify_to_tidal"]
@@ -20,4 +22,4 @@ where = "src"
include = "spotify_to_tidal*"
[project.scripts]
spotify_to_tidal = "spotify_to_tidal.__main__:main"
spotify_to_tidal = "spotify_to_tidal.__main__:main"