cpython/Modules/_decimal/tests
Stefan Krah 6e0b788881
Catch all skip_handler cases (GH-21842)
2020-08-12 16:00:05 +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 Replace import_fresh_module in decimal test files (GH-21815) 2020-08-10 21:54:50 +02:00
bignum.py Use zero bottom margin. 2012-08-22 19:28:12 +02:00
deccheck.py Catch all skip_handler cases (GH-21842) 2020-08-12 16:00:05 +02:00
formathelper.py Replace import_fresh_module in decimal test files (GH-21815) 2020-08-10 21:54:50 +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-39794: Add --without-decimal-contextvar (#18702) 2020-02-29 19:43:42 +01:00
runall.bat Update runall.bat to the latest Windows build system. (#18571) 2020-02-20 19:07:31 +01: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]