7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-05-29 12:20:49 +00:00

Plugins and tests are linted, too

This commit is contained in:
Régis Behmo 2019-06-05 15:46:32 +02:00
parent 1a79e9f045
commit 38394c0824

View File

@ -14,7 +14,7 @@ test-format: ## Run code formatting tests
black --check --diff $(BLACK_OPTS)
test-lint: ## Run code linting tests
pylint --errors-only tutor
pylint --errors-only tutor tests plugins
test-unit: ## Run unit tests
python3 -m unittest discover tests