Skip to content

Commit 8700edd

Browse files
committed
chore(SCC): Updated path to unit and integration tests
Signed-off-by: Bryan Bosely <[email protected]>
1 parent fae3f8a commit 8700edd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ install_project:
1919
test: test-unit test-int
2020

2121
test-unit:
22-
python -m pytest tests/unit
22+
python -m pytest test/unit
2323

2424
test-int:
25-
python -m pytest tests/integration
25+
python -m pytest test/integration
2626

2727
lint:
2828
./pylint.sh

build/testScript.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22
set -euo pipefail
33
echo "${SCC_ENV}" | base64 -d >> security_and_compliance_center_api_v3.env
4-
python -m pytest tests/integration
4+
python -m pytest test/integration

0 commit comments

Comments
 (0)