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 9dd5dd9 commit 2debb89Copy full SHA for 2debb89
1 file changed
Makefile
@@ -32,4 +32,4 @@ test:
32
.PHONY: test-example-1
33
test-example-1:
34
PYTHONPATH=src python3 -m unittest discover -s tests -v
35
- PYTHONPATH=src python3 -m featurevisor test --projectDirectoryPath=/Users/fahad/Projects/featurevisor/featurevisor/examples/example-1 --onlyFailures
+ PYTHONPATH=src python3 -m featurevisor test --projectDirectoryPath=../featurevisor/examples/example-1 --onlyFailures
0 commit comments