cpython/Modules/_decimal/tests
Serhiy Storchaka 7f470d0f9c Issue #19936: Remove executable bits from C source files and several forgotten
test files.
2014-01-16 18:48:45 +02:00
..
README.txt
bench.py Issue #19936: Remove executable bits from C source files and several forgotten 2014-01-16 18:48:45 +02:00
bignum.py
deccheck.py Issue #19936: Remove executable bits from C source files and several forgotten 2014-01-16 18:48:45 +02:00
formathelper.py
randdec.py Issue #19936: Disable shebang lines in order to prevent using a random 2014-01-16 14:33:27 +01:00
randfloat.py
runall-memorydebugger.sh Support multiarch build in tests. 2013-05-29 20:58:19 +02:00
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]