rename tests -> unit_tests
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
test_path=./tests
|
test_path=./unit_tests
|
||||||
top_dir=./
|
top_dir=./
|
||||||
|
2
tox.ini
2
tox.ini
@@ -54,4 +54,4 @@ commands = {posargs}
|
|||||||
basepython = python3
|
basepython = python3
|
||||||
# Charmcraft builds with requirements-dev instead of test-requirements
|
# Charmcraft builds with requirements-dev instead of test-requirements
|
||||||
deps = -r{toxinidir}/requirements-dev.txt
|
deps = -r{toxinidir}/requirements-dev.txt
|
||||||
commands = flake8 {posargs} src tests
|
commands = flake8 {posargs} src unit_tests
|
||||||
|
Reference in New Issue
Block a user