#!/bin/sh -e

PYTHONMALLOC="debug" pytest -s -rxX --random-order -n 4 test
