cpython/Modules/_decimal/tests
Stefan Krah 0774e9b9f5 Raise InvalidOperation if exponents of zeros are clamped during exact
conversion in the Decimal constructor. Exact here refers to the
representation and not to the value (clamping does not change the value).
2012-04-05 15:21:58 +02:00
..
README.txt
bench.py
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]