#!/bin/sh
if ./check-memfree.py; then
    pytest -vvvv tests/
fi
