tests/test-module-imports.t
changeset 20059 385e209377a6
parent 20039 05626e87489c
child 20173 40f79b9a2cc8
equal deleted inserted replaced
20058:5e301ca90b26 20059:385e209377a6
       
     1 This code uses the ast module, which was new in 2.6, so we'll skip
       
     2 this test on anything earlier.
       
     3   $ python -c 'import sys ; assert sys.version_info >= (2, 6)' || exit 80
       
     4 
     1   $ import_checker="$TESTDIR"/../contrib/import-checker.py
     5   $ import_checker="$TESTDIR"/../contrib/import-checker.py
     2 Run the doctests from the import checker, and make sure
     6 Run the doctests from the import checker, and make sure
     3 it's working correctly.
     7 it's working correctly.
     4   $ TERM=dumb
     8   $ TERM=dumb
     5   $ export TERM
     9   $ export TERM