aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-cryptography/run-ptest
blob: 1e97dda63e7430340699171e590978fc143ffe7d (plain)
1
2
3
4
#!/bin/sh
if ./check-memfree.py; then
    pytest -vvvv tests/
fi