File: python3-pytest-random-order

package info (click to toggle)
python-pytest-random-order 1.2.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 288 kB
  • sloc: python: 760; makefile: 11; sh: 6
file content (9 lines) | stat: -rwxr-xr-x 118 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
#!/bin/sh
set -efu

export LANG=C.UTF-8
export LC_ALL=C.UTF-8

for py in $(py3versions -s); do
    $py -m pytest
done