mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-31 14:58:23 +00:00
unboxing testèeval
This commit is contained in:
9
Makefile
9
Makefile
@@ -8,7 +8,7 @@
|
|||||||
FEEDSTOCK = spleeter-feedstock
|
FEEDSTOCK = spleeter-feedstock
|
||||||
FEEDSTOCK_REPOSITORY = https://github.com/deezer/$(FEEDSTOCK)
|
FEEDSTOCK_REPOSITORY = https://github.com/deezer/$(FEEDSTOCK)
|
||||||
FEEDSTOCK_RECIPE = $(FEEDSTOCK)/recipe/spleeter/meta.yaml
|
FEEDSTOCK_RECIPE = $(FEEDSTOCK)/recipe/spleeter/meta.yaml
|
||||||
PYTEST_CMD = pytest -W ignore::FutureWarning -W ignore::DeprecationWarning -vv --boxed -s
|
PYTEST_CMD = pytest -W ignore::FutureWarning -W ignore::DeprecationWarning -vv
|
||||||
|
|
||||||
all: clean build test deploy
|
all: clean build test deploy
|
||||||
|
|
||||||
@@ -27,7 +27,12 @@ build-gpu: clean
|
|||||||
python3 setup.py sdist
|
python3 setup.py sdist
|
||||||
|
|
||||||
test:
|
test:
|
||||||
$(foreach file, $(wildcard tests/test_*.py), $(PYTEST_CMD) $(file);)
|
#$(foreach file, $(wildcard tests/test_*.py), $(PYTEST_CMD) $(file);)
|
||||||
|
$(PYTEST_CMD) tests/test_eval.py
|
||||||
|
$(PYTEST_CMD) tests/test_ffmpeg_adapter.py
|
||||||
|
$(PYTEST_CMD) tests/test_github_model_provider.py
|
||||||
|
$(PYTEST_CMD) --boxed tests/test_separator.py
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
|
|||||||
Reference in New Issue
Block a user