We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39e9f95 commit 72cc532Copy full SHA for 72cc532
test.sh
@@ -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