Skip to content

Commit 1ef3fcb

Browse files
committed
Add utility script to run tests
1 parent 56d72d1 commit 1ef3fcb

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

test

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
3+
find . -iname '*.pyc' -delete
4+
5+
python -m unittest discover tests

tests/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)