File: .unittests

package info (click to toggle)
python-swiftclient 1%3A4.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,436 kB
  • sloc: python: 17,373; makefile: 84; sh: 59
file content (8 lines) | stat: -rwxr-xr-x 131 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
#!/bin/bash
set -e

python setup.py testr --coverage  --testr-args="test.unit"
RET=$?
coverage report -m
rm -f .coverage
exit $RET