File: unittests

package info (click to toggle)
python-zake 0.2.2-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 200 kB
  • sloc: python: 1,362; sh: 62; makefile: 20
file content (9 lines) | stat: -rw-r--r-- 160 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e
set -x

PYTHON3S=$(py3versions -vs)
for i in ${PYTHON3S} ; do
	PYTHON=python$i python$i -m pytest -v -k "not test_child_watch_no_create"
done