File: run-tests

package info (click to toggle)
python-mock-open 1.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 152 kB
  • sloc: python: 842; makefile: 6; sh: 4
file content (5 lines) | stat: -rwxr-xr-x 94 bytes parent folder | download
1
2
3
4
5
#!/bin/sh
set -e
for py in $(py3versions -s); do
    $py -m unittest mock_open.test 2>&1
done