DEBSOURCES
Skip Quicknav
sources / python-mrcfile / 1.5.4-2 / debian / tests / python
123456
#!/bin/sh -efux for py in $(py3versions --supported 2>/dev/null); do echo "Testing with $py: " $py -m pytest tests -v done