diff --git a/CHANGELOG.md b/CHANGELOG.md index b12a61b..f424cc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ All notable changes to this project will be documented in this file. - removed rules iptables block https comunication captiveflask #37 [mh4x0f] ### Fixed +- fixed improves test_coverage makefile [mh4x0f] - fixed requests module dependency on requirements.txt [mh4x0f] - fixed PyQt5 error on docker image creation #44 [mh4x0f] - fixed set a tag version at the base image in Dockerfile #43 [mh4x0f] diff --git a/makefile b/makefile index 4314c96..42d3725 100644 --- a/makefile +++ b/makefile @@ -2,6 +2,9 @@ format: black wifipumpkin3 setup.py test: + python3.7 -m unittest -v + +test_coverage: python3.7 -m coverage run -m tests python3.7 -m coverage report python3.7 -m unittest -v