File: control

package info (click to toggle)
pytest-mock 3.15.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 348 kB
  • sloc: python: 1,562; makefile: 19
file content (11 lines) | stat: -rw-r--r-- 385 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
Test-Command: set -e
 ; cp -r tests "$AUTOPKGTEST_TMP"
 ; for py in $(py3versions -s)
 ; do cd "$AUTOPKGTEST_TMP"
 ; echo "Testing with $py:"
 ; $py -m pytest -v --assert=plain -o asyncio_mode=auto -o asyncio_default_fixture_loop_scope="function"
 ; done
Depends: python3-all,
         python3-pytest (>= 7.1.2),
         python3-pytest-asyncio (>= 0.18),
         python3-pytest-mock