• Home
  • History
  • Annotate
  • only in /external/python/cpython3/Modules/_decimal/tests/
NameDateSize

..10-Aug-20184 KiB

bench.py10-Aug-20183.6 KiB

bignum.py10-Aug-20181 KiB

deccheck.py10-Aug-201838.1 KiB

formathelper.py10-Aug-201811.3 KiB

randdec.py10-Aug-201818 KiB

randfloat.py10-Aug-20189.4 KiB

README.txt10-Aug-2018389

runall-memorydebugger.sh10-Aug-20185.2 KiB

runall.bat10-Aug-20183 KiB

README.txt

1
2
3This 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