view test.sh @ 74:7532e67d2b2d draft

Add unit tests for arithmetic parser
author Lewin Bormann <lbo@spheniscida.de>
date Sat, 25 May 2019 23:24:10 +0200
parents
children 27fb2e50dad2
line wrap: on
line source

#!/bin/bash

export PYTHONPATH=.

python3 -m pcombinators.tests.test_arith
coverage run -m pcombinators.tests.test_arith
coverage html