We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0274f3a commit 207603fCopy full SHA for 207603f
1 file changed
python/test/run_tests
@@ -4,3 +4,7 @@ set -ex
4
for i in `ls *.py` ; do
5
python3 $i
6
done
7
+
8
+cd integration
9
+./run_tests
10
+cd ..
0 commit comments