File: test.sh

package info (click to toggle)
python-autocommand 2.2.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 252 kB
  • sloc: python: 1,055; sh: 15; makefile: 3
file content (12 lines) | stat: -rwxr-xr-x 188 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

set -ex

python3 -m flake8 --show-source src test

py.test \
    --cov autocommand \
    --cov-report term-missing \
    --cov-config .coveragerc \
    --strict \
    "$@" test