File: control

package info (click to toggle)
python-graphviz 0.8.4-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 632 kB
  • sloc: python: 1,476; makefile: 12
file content (18 lines) | stat: -rw-r--r-- 396 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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-mock,
 python3-pep8-naming,
 python3-pytest,
 python3-pytest-doctestplus,
 python3-pytest-mock,
 python3-pytest-cov,
 python3-unittest2