mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
![]() requires them. Disable executable bits and shebang lines in test and benchmark files in order to prevent using a random system python, and in source files of modules which don't provide command line interface. Fixed shebang line to use python3 executable in the unittestgui script. |
||
---|---|---|
.. | ||
bench.py | ||
bignum.py | ||
deccheck.py | ||
formathelper.py | ||
randdec.py | ||
randfloat.py | ||
README.txt | ||
runall-memorydebugger.sh | ||
runall.bat |
This directory contains extended tests and a benchmark against decimal.py: bench.py -> Benchmark for small and large precisions. Usage: ../../../python bench.py formathelper.py -> randdec.py -> Generate test cases for deccheck.py. randfloat.py -> deccheck.py -> Run extended tests. Usage: ../../../python deccheck.py [--short|--medium|--long|--all]