rename tests -> unit_tests

This commit is contained in:
Bartosz Woronicz
2021-04-07 14:30:20 +02:00
parent 4aaee77c12
commit cb7c16400c
4 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
[DEFAULT]
test_path=./tests
test_path=./unit_tests
top_dir=./

View File

@@ -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