diff options
| author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-03-03 20:14:02 +0300 |
|---|---|---|
| committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-03-03 20:16:59 +0300 |
| commit | 89e570a5b4025976da66123032c58611f0f6cb17 (patch) | |
| tree | 980d07bed8ebe2f595e6ed498e3c56df58cbbeb5 /tests/feature_check/int_big.py | |
| parent | 5e83a75c78dc8c370b25e7ee669295854ea45130 (diff) | |
tests/run-tests: Check for big int availability and skip related tests.
Big aka arbitrary-precision integers (implemented by MPZ module) are used
in tests starting with "int_big_" or ending with "_intbig".
Diffstat (limited to 'tests/feature_check/int_big.py')
| -rw-r--r-- | tests/feature_check/int_big.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/feature_check/int_big.py b/tests/feature_check/int_big.py new file mode 100644 index 000000000..8b82814ae --- /dev/null +++ b/tests/feature_check/int_big.py @@ -0,0 +1,2 @@ +# Check whether arbitrary-precision integers (MPZ) are supported +1000000000000000000000000000000000000000000000 |
