Move tests to tests folder

This commit is contained in:
2023-06-13 21:12:46 -04:00
parent 3ba9c44d51
commit bfe154d672
6 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@ shell:
MYPYPATH=`pipenv --venv`/lib/python3.11/site-packages pipenv shell
test:
pipenv run python -m unittest mail4one/*test.py
pipenv run python -m unittest discover
build: clean
pipenv run python -m pip install -r <(pipenv requirements ) --target build