mirror of
https://github.com/Cronocide/wifipumpkin3.git
synced 2025-01-22 11:18:55 +00:00
fixed improves test_coverage makefile
This commit is contained in:
parent
91b043216d
commit
3019d1e7d5
@ -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]
|
- removed rules iptables block https comunication captiveflask #37 [mh4x0f]
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
- fixed improves test_coverage makefile [mh4x0f]
|
||||||
- fixed requests module dependency on requirements.txt [mh4x0f]
|
- fixed requests module dependency on requirements.txt [mh4x0f]
|
||||||
- fixed PyQt5 error on docker image creation #44 [mh4x0f]
|
- fixed PyQt5 error on docker image creation #44 [mh4x0f]
|
||||||
- fixed set a tag version at the base image in Dockerfile #43 [mh4x0f]
|
- fixed set a tag version at the base image in Dockerfile #43 [mh4x0f]
|
||||||
|
3
makefile
3
makefile
@ -2,6 +2,9 @@ format:
|
|||||||
black wifipumpkin3 setup.py
|
black wifipumpkin3 setup.py
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
python3.7 -m unittest -v
|
||||||
|
|
||||||
|
test_coverage:
|
||||||
python3.7 -m coverage run -m tests
|
python3.7 -m coverage run -m tests
|
||||||
python3.7 -m coverage report
|
python3.7 -m coverage report
|
||||||
python3.7 -m unittest -v
|
python3.7 -m unittest -v
|
||||||
|
Loading…
Reference in New Issue
Block a user