mail4one/Makefile

8 lines
134 B
Makefile
Raw Normal View History

2023-06-11 13:19:39 -04:00
shell:
MYPYPATH=`pipenv --venv`/lib/python3.11/site-packages pipenv shell
2023-06-13 16:13:30 -04:00
test:
pipenv run python -m unittest mail4one/*test.py