Skip to content

Commit bdc70db

Browse files
committed
parser: testparser - script to parse all the python source
1 parent 132a9f5 commit bdc70db

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

parser/testparser/test.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy