Skip to content

Commit 72cc532

Browse files
committed
Add a test.sh script that runs all tests
1 parent 39e9f95 commit 72cc532

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test.sh

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
3+
yarn test
4+
5+
# TODO: Rename all directories so that they are valid Python module names,
6+
# which should make it possible to run unittest in Discovery mode.
7+
find Python -name '*.py' -print0 | xargs -0 -n 1 python3

0 commit comments

Comments
 (0)