cpython/Modules/_decimal/tests
Brett Cannon 63092fe0ea Fix whitespace. 2012-09-25 10:25:41 -04:00
..
README.txt
bench.py Fix whitespace. 2012-09-25 10:25:41 -04:00
bignum.py Use zero bottom margin. 2012-08-22 19:28:12 +02:00
deccheck.py Raise InvalidOperation if exponents of zeros are clamped during exact 2012-04-05 15:21:58 +02:00
formathelper.py
randdec.py
randfloat.py
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]