Home | History | Annotate | only in /external/python/cpython3/Modules/_decimal/tests
Up to higher level directory
NameDateSize
bench.py22-Oct-20203.6K
bignum.py22-Oct-20201K
deccheck.py22-Oct-202038.1K
formathelper.py22-Oct-202011.3K
randdec.py22-Oct-202018K
randfloat.py22-Oct-20209.4K
README.txt22-Oct-2020389
runall-memorydebugger.sh22-Oct-20205K
runall.bat22-Oct-20203K

README.txt

      1 
      2 
      3 This directory contains extended tests and a benchmark against decimal.py:
      4 
      5   bench.py  ->  Benchmark for small and large precisions.
      6   Usage: ../../../python bench.py
      7 
      8   formathelper.py   ->
      9   randdec.py        ->  Generate test cases for deccheck.py.
     10   randfloat.py      ->
     11 
     12   deccheck.py  ->  Run extended tests.
     13   Usage: ../../../python deccheck.py [--short|--medium|--long|--all]
     14 
     15 
     16