cpython/Modules/_decimal/tests
Stefan Krah c0cb8beb38
Valgrind no longer supports --db-attach=yes. (#18568)
2020-02-20 14:39:14 +01:00
..
README.txt
bench.py
bignum.py
deccheck.py
formathelper.py
randdec.py
randfloat.py
runall-memorydebugger.sh Valgrind no longer supports --db-attach=yes. (#18568) 2020-02-20 14:39:14 +01:00
runall.bat Revert mode change that loses information in directory listings on Linux. (#15366) 2019-08-21 23:00:04 +02:00

README.txt


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]