File: check

package info (click to toggle)
python-cliapp 1.20180812.1-4
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 392 kB
  • sloc: python: 3,172; makefile: 5; sh: 5
file content (9 lines) | stat: -rwxr-xr-x 259 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -eu

python -m CoverageTestRunner --ignore-missing-from=without-tests
python3 -m CoverageTestRunner --ignore-missing-from=without-tests
rm -f .coverage
pycodestyle cliapp
# PYTHONPATH=. pylint --rcfile=pylint.conf cliapp *.py test-plugins/*.py