cpython/Modules/_decimal/tests
Antoine Pitrou cdddc2b742
bpo-43422: Revert _decimal C API addition (GH-24960)
Stefan Krah requested the reversal of these (unreleased) changes, quoting him:
> The capsule API does not meet my testing standards, since I've focused
on the upstream mpdecimal in the last couple of months.
> Additionally, I'd like to refine the API, perhaps together with the
Arrow community.

Automerge-Triggered-By: GH:pitrou
2021-03-21 09:27:54 -07:00
..
README.txt
bench.py bpo-43422: Revert _decimal C API addition (GH-24960) 2021-03-21 09:27:54 -07:00
bignum.py
deccheck.py bpo-43422: Revert _decimal C API addition (GH-24960) 2021-03-21 09:27:54 -07:00
formathelper.py bpo-43422: Revert _decimal C API addition (GH-24960) 2021-03-21 09:27:54 -07:00
randdec.py
randfloat.py
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]