summaryrefslogtreecommitdiff
path: root/debian/tests/control
blob: c9945c729b89e7d79cfe94df18f13900def73285 (plain)
1
2
3
4
5
6
7
Test-Command: for p in $(pyversions -s) $(py3versions -s); do if [ -d tests/ ]; then $p -m pytest tests/; fi; done
Depends:
 python-all,
 python-pytest,
 python3-all,
 python3-pytest,
 @