#!/bin/sh -e

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