cpython/Modules/_decimal/tests
Stefan Krah 53f2e0ad45 Issue #25928: Add Decimal.as_integer_ratio(). Python parts and docs by
Mark Dickinson.
2015-12-28 23:02:02 +01:00
..
README.txt
bench.py
bignum.py
deccheck.py Issue #25928: Add Decimal.as_integer_ratio(). Python parts and docs by 2015-12-28 23:02:02 +01:00
formathelper.py
randdec.py
randfloat.py
runall-memorydebugger.sh
runall.bat Issue #17202: Add .bat to .hgeol to force them to CRLF. 2015-04-13 11:59:54 -05: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]