Skip to content

Commit 6e67cb6

Browse files
committed
fix config for make test
1 parent e0a7f4c commit 6e67cb6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ lint:
66
flake8 piper
77

88
unit:
9+
#pytest -vs tests/base_test.py
910
pytest -vs tests/envs_test.py::TestCompose
11+
pytest -vs tests/envs_test.py::TestVenv
1012

1113
package:
1214
pip check

piper/configurations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
class Configuration:
22
path: str = "./piper_new_out/"
33
test_path: str = "./piper_test_out/"
4-
piper_path: str = "../piper"
4+
piper_path: str = "piper"
55
default_env: str = "docker"
66
docker_app_port: int = 8788
77

0 commit comments

Comments
 (0)