view testonly.sh @ 89:a4832ea66167 draft default tip

More markdown corrections for bitbucket
author Lewin Bormann <lbo@spheniscida.de>
date Sun, 26 May 2019 00:24:28 +0200
parents 5aaab0037358
children
line wrap: on
line source

#!/bin/sh

set -e

for F in pcombinators/tests/test_*; do
    PYTHONPATH=. python3 ${F};
done