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 e0a7f4c commit 6e67cb6Copy full SHA for 6e67cb6
Makefile
@@ -6,7 +6,9 @@ lint:
6
flake8 piper
7
8
unit:
9
+ #pytest -vs tests/base_test.py
10
pytest -vs tests/envs_test.py::TestCompose
11
+ pytest -vs tests/envs_test.py::TestVenv
12
13
package:
14
pip check
piper/configurations.py
@@ -1,7 +1,7 @@
1
class Configuration:
2
path: str = "./piper_new_out/"
3
test_path: str = "./piper_test_out/"
4
- piper_path: str = "../piper"
+ piper_path: str = "piper"
5
default_env: str = "docker"
docker_app_port: int = 8788
0 commit comments