cpython/Modules/_decimal/tests
Stefan Krah 39e810eb6c Make the benchmark more fair for _decimal/decimal.py by setting context.prec
only once (float obviously doesn't set any context at all).
2012-06-24 14:10:49 +02:00
..
README.txt
bench.py Make the benchmark more fair for _decimal/decimal.py by setting context.prec 2012-06-24 14:10:49 +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
runall.bat

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]