File: check

package info (click to toggle)
cmdtest 0.32.14.gcdfe14e-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 524 kB
  • sloc: python: 1,369; sh: 226; makefile: 2
file content (15 lines) | stat: -rwxr-xr-x 233 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh
#
# Run unit and integration tests.

set -eu

python3 -m unittest discover -p '*tests.py'

./cmdtest echo-tests

./cmdtest sort-tests

./cmdtest fail-tests && echo "fail-tests did not fail!" && exit 1

./cmdtest yarn.tests