File: control

package info (click to toggle)
python-graphviz 0.20.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,188 kB
  • sloc: python: 4,098; makefile: 13
file content (15 lines) | stat: -rw-r--r-- 361 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Test-Command: set -e
 ; for py in $(py3versions -r 2>/dev/null)
 ; do pushd "tests"
 ; echo "Testing with $py:"
 ; $py -m pytest -k 'not test_pipe_pipe_invalid_data_mocked'
 ; popd
 ; done
Depends: python3-all, @,
 python3-coverage,
 python3-flake8,
 python3-pep8-naming,
 python3-pytest,
 python3-pytest-doctestplus,
 python3-pytest-mock,
 python3-pytest-cov,