We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 132a9f5 commit bdc70dbCopy full SHA for bdc70db
parser/testparser/test.sh
@@ -0,0 +1,8 @@
1
+#!/bin/bash
2
+# Run testparser over python3 source
3
+
4
+PY3SOURCE=~/Code/cpython
5
6
+go install
7
8
+find $PY3SOURCE -type f -name \*.py | grep -v "lib2to3/tests" | xargs testparser
0 commit comments