mirror of
https://github.com/botlabsDev/npkpy.git
synced 2025-12-10 06:54:37 +01:00
4 lines
132 B
Bash
Executable file
4 lines
132 B
Bash
Executable file
#!/bin/bash
|
|
|
|
pytest --cov=npkpy --cov=tests_acceptance_test -v
|
|
pylint --rcfile=.pylintrc npkpy/** tests/** tests_acceptance_test/**
|