Skip to content

Commit

Permalink
add init files for tests and coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Jun 1, 2024
1 parent ef8529e commit fc61cae
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pip-dev: check-venv

test:
python -m coverage erase
python -m coverage run -m unittest discover -v -s tests/
python -m coverage run --source taleweave/ -m unittest discover -v -s tests/
python -m coverage html -i
python -m coverage xml -i
python -m coverage report -i
Expand Down
Empty file added taleweave/actions/__init__.py
Empty file.
Empty file added taleweave/bot/__init__.py
Empty file.
Empty file added taleweave/models/__init__.py
Empty file.
Empty file added taleweave/render/__init__.py
Empty file.
Empty file added taleweave/server/__init__.py
Empty file.
Empty file added taleweave/systems/__init__.py
Empty file.

0 comments on commit fc61cae

Please sign in to comment.