Skip to content

Commit fae3f8a

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ python =
88
[testenv:py312-lint]
99
basepython = python3.12
1010
deps = pylint
11-
commands = pylint --rcfile=.pylintrc ibm_scc tests/unit tests/integration examples
11+
commands = pylint --rcfile=.pylintrc ibm_scc test/unit test/integration examples
1212

1313
[testenv]
1414
passenv = TOXENV CI TRAVIS* ACCOUNT_ID PROVIDER_ID
1515
commands =
16-
py.test --reruns 3 --cov=ibm_scc {posargs} tests/unit --cov-report=xml
16+
py.test --reruns 3 --cov=ibm_scc {posargs} test/unit --cov-report=xml
1717
deps =
1818
-r{toxinidir}/requirements.txt
1919
-r{toxinidir}/requirements-dev.txt

0 commit comments

Comments
 (0)