File: python3-pytest-random-order

package info (click to toggle)
python-pytest-random-order 1.1.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 276 kB
  • sloc: python: 704; makefile: 12; sh: 6
file content (9 lines) | stat: -rwxr-xr-x 118 bytes parent folder | download | duplicates (7)
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