We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 026298a commit de5cef5Copy full SHA for de5cef5
25 files changed
Makefile
@@ -31,4 +31,5 @@ test:
31
32
.PHONY: test-example-1
33
test-example-1:
34
- PYTHONPATH=src python3 -m featurevisor test --projectDirectoryPath=./monorepo/examples/example-1
+ PYTHONPATH=src python3 -m unittest discover -s tests -v
35
+ PYTHONPATH=src python3 -m featurevisor test --projectDirectoryPath=../featurevisor/examples/example-1 --onlyFailures
0 commit comments