File: test

package info (click to toggle)
python-sigmavirus24-urltemplate 4.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 284 kB
  • sloc: python: 1,190; sh: 7; makefile: 4
file content (9 lines) | stat: -rw-r--r-- 196 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e
cd tests
cp -a /usr/lib/python3/dist-packages/python-sigmavirus24-urltemplate/uritemplate .
sync
echo "Start unit test on uritemplate"
python3 test_uritemplate.py
echo "run: OK"