File: run-testsuite

package info (click to toggle)
tryton-modules-stock-location-sequence 6.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 340 kB
  • sloc: python: 160; xml: 18; makefile: 11; sh: 3
file content (6 lines) | stat: -rw-r--r-- 152 bytes parent folder | download | duplicates (375)
1
2
3
4
5
6
#!/bin/sh -e

module=$(python3 setup.py --name | sed s/trytond_//)

cd /usr/lib/python3/dist-packages/trytond
python3 tests/run-tests.py -vv -m $module