summaryrefslogtreecommitdiff
path: root/Modules/_decimal/tests/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/_decimal/tests/README.txt')
-rw-r--r--Modules/_decimal/tests/README.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/Modules/_decimal/tests/README.txt b/Modules/_decimal/tests/README.txt
new file mode 100644
index 0000000000..97b6ff68a5
--- /dev/null
+++ b/Modules/_decimal/tests/README.txt
@@ -0,0 +1,15 @@
+
+
+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]
+
+