Skip to content

Commit

Permalink
adding test to make
Browse files Browse the repository at this point in the history
  • Loading branch information
bandophahita committed Jan 16, 2024
1 parent 8cca57e commit 55d2251
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ mypy:

lint: isort-check ruff mypy

.PHONY: black-check black isort-check isort ruff ruff-fix mypy lint
test:
python3 -m pytest tests

.PHONY: black-check black isort-check isort ruff ruff-fix mypy lint test

pre-check-in: black-check lint

Expand Down

0 comments on commit 55d2251

Please sign in to comment.