File: run-testsuite

package info (click to toggle)
tryton-modules-party-siret 5.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 328 kB
  • sloc: python: 236; xml: 60; makefile: 6; 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