mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-07 16:04:02 +00:00
Plugins and tests are linted, too
This commit is contained in:
parent
1a79e9f045
commit
38394c0824
2
Makefile
2
Makefile
@ -14,7 +14,7 @@ test-format: ## Run code formatting tests
|
|||||||
black --check --diff $(BLACK_OPTS)
|
black --check --diff $(BLACK_OPTS)
|
||||||
|
|
||||||
test-lint: ## Run code linting tests
|
test-lint: ## Run code linting tests
|
||||||
pylint --errors-only tutor
|
pylint --errors-only tutor tests plugins
|
||||||
|
|
||||||
test-unit: ## Run unit tests
|
test-unit: ## Run unit tests
|
||||||
python3 -m unittest discover tests
|
python3 -m unittest discover tests
|
||||||
|
Loading…
Reference in New Issue
Block a user