cpython/Modules/_decimal/tests
Stefan Krah 59a4a93f43 Issue #16422: Use strings for rounding mode constants for better readability
and pickling compatibility.
2013-01-16 12:58:59 +01:00
..
README.txt Issue #7652: Integrate the decimal floating point libmpdec library to speed 2012-03-21 18:25:23 +01:00
bench.py Make it clear that the pi function is modified for benchmarking purposes. 2012-09-30 09:24:41 +02:00
bignum.py Use zero bottom margin. 2012-08-22 19:28:12 +02:00
deccheck.py Issue #16422: Use strings for rounding mode constants for better readability 2013-01-16 12:58:59 +01:00
formathelper.py Issue #7652: Integrate the decimal floating point libmpdec library to speed 2012-03-21 18:25:23 +01:00
randdec.py Issue #15783: Except for the number methods, the C version of decimal now 2012-12-15 22:33:33 +01:00
randfloat.py Issue #7652: Integrate the decimal floating point libmpdec library to speed 2012-03-21 18:25:23 +01:00
runall-memorydebugger.sh Update test script to Visual Studio 2010. 2012-06-25 14:41:37 +02:00
runall.bat Update test script to Visual Studio 2010. 2012-06-25 14:41:37 +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]