Skip to content

Commit

Permalink
make test
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverkinch committed Mar 5, 2024
1 parent d2eee0e commit 75cd7ea
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -148,30 +148,14 @@ view-docs: ## View documentation
esac; \
"$${openCmd}" docs/doms_databasen.html

# test: ## Run tests
# @poetry run pytest && poetry run readme-cov

test:
@poetry run pytest tests/scraper && \
poetry run pytest tests/processor && \
# run readme-cov
poetry run pytest --cov=src --cov-report=html


@poetry run pytest tests/scraper ; \
poetry run pytest tests/processor ; \

docker: ## Build Docker image and run container
@docker build -t doms_databasen .
@docker run -it --rm doms_databasen

tree: ## Print directory tree
@tree -a --gitignore -I .git .



test:
pytest tests/scraper && \
pytest tests/processor
format:
isort .
black .

0 comments on commit 75cd7ea

Please sign in to comment.