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 fae3f8a commit 8700eddCopy full SHA for 8700edd
Makefile
@@ -19,10 +19,10 @@ install_project:
19
test: test-unit test-int
20
21
test-unit:
22
- python -m pytest tests/unit
+ python -m pytest test/unit
23
24
test-int:
25
- python -m pytest tests/integration
+ python -m pytest test/integration
26
27
lint:
28
./pylint.sh
build/testScript.sh
@@ -1,4 +1,4 @@
1
#!/bin/bash
2
set -euo pipefail
3
echo "${SCC_ENV}" | base64 -d >> security_and_compliance_center_api_v3.env
4
-python -m pytest tests/integration
+python -m pytest test/integration
0 commit comments