cpython/Modules/_decimal/tests
2020-02-21 01:52:47 +01:00
..
bench.py
bignum.py
deccheck.py bpo-39576: Prevent memory error for overly optimistic precisions (GH-18581) 2020-02-21 01:52:47 +01:00
formathelper.py
randdec.py
randfloat.py
README.txt
runall-memorydebugger.sh Use the new recommended number of repetitions in the refleak tests. (#18569) 2020-02-20 19:08:53 +01:00
runall.bat Update runall.bat to the latest Windows build system. (#18571) 2020-02-20 19:07:31 +01:00


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]