2 lines
115 B
Text
Executable file
2 lines
115 B
Text
Executable file
# Run within root folder. Runs tests with coverage, and reports it to html
|
|
coverage run -m pytest && coverage html
|