view testonly.sh @ 85:7c5b59a0ff66 draft

Add CSV parser test
author Lewin Bormann <lbo@spheniscida.de>
date Sun, 26 May 2019 00:15:03 +0200
parents 5aaab0037358
children
line wrap: on
line source

#!/bin/sh

set -e

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