File: mitogen-tests

package info (click to toggle)
python-mitogen 0.3.44-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 6,824 kB
  • sloc: python: 24,965; sh: 144; makefile: 74; perl: 19; ansic: 18
file content (11 lines) | stat: -rwxr-xr-x 215 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
set -eufx

cp -a tests "$AUTOPKGTEST_TMP/tests"
cd "$AUTOPKGTEST_TMP"

export MITOGEN_TEST_SKIP_CONTAINER_TESTS=1

python3 -m unittest discover -v \
    --start-directory tests \
    --pattern '*_test.py'