cpython/Modules/_decimal/tests
Stefan Krah c0c29dff79 bpo-31403: Remove WITHOUT_THREADS from _decimal. (#3474) 2017-09-09 19:26:22 +02:00
..
README.txt Issue #7652: Integrate the decimal floating point libmpdec library to speed 2012-03-21 18:25:23 +01:00
bench.py bpo-29919: Remove unused imports found by pyflakes (#137) 2017-03-27 16:05:26 +02:00
bignum.py Use zero bottom margin. 2012-08-22 19:28:12 +02:00
deccheck.py Issue #25928: Add Decimal.as_integer_ratio(). Python parts and docs by 2015-12-28 23:02:02 +01:00
formathelper.py Issue #17768: Support newline fill character in decimal.py and NUL fill 2013-05-29 15:45:38 +02:00
randdec.py Issue #19936: Disable shebang lines in order to prevent using a random 2014-01-16 14:33:27 +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 bpo-31403: Remove WITHOUT_THREADS from _decimal. (#3474) 2017-09-09 19:26:22 +02:00
runall.bat bpo-27425: Be more explicit in .gitattributes (GH-840) 2017-06-10 14:58:42 -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]