File: run-testsuite

package info (click to toggle)
tryton-modules-web-shop-vue-storefront 6.0.5-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 448 kB
  • sloc: python: 2,214; xml: 58; 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