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