gmpy/test
2021-01-09 22:07:04 -08:00
..
gmpy_test.py [trunk] Begin development of new test suite. 2011-10-21 06:53:37 +00:00
runtests.py Python 3.10 compatibility. 2020-11-13 09:26:34 -07:00
supportclasses.py Fix reference leaks; reformat tests to prevent creation of bogus reference count increases. 2019-04-08 05:39:11 -07:00
test_abs.txt Fix tests for changes to context. 2015-04-04 21:47:00 -07:00
test_context.txt Remove mfr_divmod_exact flag. 2017-10-29 07:06:43 -07:00
test_gmpy2_abs.txt Remove support for interaction with Decimal type. 2015-09-03 21:39:58 -07:00
test_gmpy2_add.txt Fix reference leaks; reformat tests to prevent creation of bogus reference count increases. 2019-04-08 05:39:11 -07:00
test_gmpy2_binary.txt Improve test coverage for to/from binary objects. 2015-05-07 21:54:03 -07:00
test_gmpy2_cmp.txt Alternate fix for Issue 251. 2019-08-26 21:42:46 -07:00
test_gmpy2_comp.txt Add more tests for Issue 251. 2019-08-26 22:08:54 -07:00
test_gmpy2_const.txt More tests, especially for gmpy2_const. 2015-05-11 21:37:13 -07:00
test_gmpy2_constructors.txt Fix issue #237 allow to use a pair __mpz__ ... 2019-04-11 14:10:47 +02:00
test_gmpy2_convert.txt Fix gmpy2_mpz_bitops bugs and add tests: 2019-03-15 12:51:16 +01:00
test_gmpy2_divmod.txt Remove mfr_divmod_exact flag. 2017-10-29 07:06:43 -07:00
test_gmpy2_floordiv.txt Fix reference leaks; reformat tests to prevent creation of bogus reference count increases. 2019-04-08 05:39:11 -07:00
test_gmpy2_format.txt Correct test errors due to output changes in MPFR/MPC. 2020-07-30 16:56:48 -07:00
test_gmpy2_fused.txt Add fmma and fmms; update tests; minor cleanup. 2018-10-21 10:34:24 -07:00
test_gmpy2_lucas.txt Test and fix prp and lucas functions. 2019-01-14 21:54:53 -08:00
test_gmpy2_math.txt Cleanup conversion in gmpy2.factorial. 2019-10-29 22:06:13 -07:00
test_gmpy2_minus.txt Add many test to improve gmpy2 test coverage 2019-03-13 17:56:37 +01:00
test_gmpy2_mpfr_misc.txt Resolve issue 287. 2020-12-25 23:53:51 -08:00
test_gmpy2_mpq_misc.txt Change tests to resolve issue 244. 2019-06-07 08:08:25 -07:00
test_gmpy2_mpq_misc_py2.txt gmpy2_mpq_misc.c : Add tests files for py2 ... 2019-03-20 09:02:37 +01:00
test_gmpy2_mpq_misc_py3.txt Fix reference leaks; reformat tests to prevent creation of bogus reference count increases. 2019-04-08 05:39:11 -07:00
test_gmpy2_mpz_bitops.txt Fix reference leaks; reformat tests to prevent creation of bogus reference count increases. 2019-04-08 05:39:11 -07:00
test_gmpy2_mpz_divmod.txt More test and code clean for divmod and add. 2015-05-24 22:37:05 -07:00
test_gmpy2_mpz_divmod2exp.txt More test and code clean for divmod and add. 2015-05-24 22:37:05 -07:00
test_gmpy2_mpz_inplace.txt Fix reference leaks; reformat tests to prevent creation of bogus reference count increases. 2019-04-08 05:39:11 -07:00
test_gmpy2_mpz_misc.txt Change tests to resolve issue 244. 2019-06-07 08:08:25 -07:00
test_gmpy2_mpz_misc_py2.txt Correct Python 2.x specific warning and test failures. 2017-07-28 16:33:05 -07:00
test_gmpy2_mpz_misc_py3.txt Correct Python 2.x specific warning and test failures. 2017-07-28 16:33:05 -07:00
test_gmpy2_mul.txt Fix reference leaks; reformat tests to prevent creation of bogus reference count increases. 2019-04-08 05:39:11 -07:00
test_gmpy2_muldiv_2exp.txt Fix reference leaks; reformat tests to prevent creation of bogus reference count increases. 2019-04-08 05:39:11 -07:00
test_gmpy2_plus.txt Add many test to improve gmpy2 test coverage 2019-03-13 17:56:37 +01:00
test_gmpy2_pow.txt Fix reference leaks; reformat tests to prevent creation of bogus reference count increases. 2019-04-08 05:39:11 -07:00
test_gmpy2_predicate.txt Fix context.is_integer name ... 2019-04-03 10:31:21 +02:00
test_gmpy2_prp.txt Test and fix prp and lucas functions. 2019-01-14 21:54:53 -08:00
test_gmpy2_root.txt Fix reference leaks; reformat tests to prevent creation of bogus reference count increases. 2019-04-08 05:39:11 -07:00
test_gmpy2_square.txt Add many test to improve gmpy2 test coverage 2019-03-13 17:56:37 +01:00
test_gmpy2_sub.txt Fix reference leaks; reformat tests to prevent creation of bogus reference count increases. 2019-04-08 05:39:11 -07:00
test_gmpy2_xmpz_inplace.txt Fix reference leaks; reformat tests to prevent creation of bogus reference count increases. 2019-04-08 05:39:11 -07:00
test_gmpy2_xmpz_limbs.txt Force factorial to return 'inf' for n>= 44787928; misc. bug fixes. 2020-03-30 21:40:09 -07:00
test_gmpy2_xmpz_misc.txt Change tests to resolve issue 244, part 2. 2019-06-07 08:10:18 -07:00
test_misc.txt Bump version to 2.1.0b6; update copyright year. 2021-01-09 22:07:04 -08:00
test_mpc.txt Fix issue #238 use the doctest tag ... 2019-04-11 10:57:50 +02:00
test_mpc_create.txt Remove mfr_divmod_exact flag. 2017-10-29 07:06:43 -07:00
test_mpc_exp_log.txt [trunk] Begin adding new tests. 2012-02-23 01:31:41 +00:00
test_mpc_to_from_binary.txt [trunk] Update version to 2.0.0 (no more beta). Update documentation. 2013-03-25 05:54:31 +00:00
test_mpc_trig.txt gmpy2_math.c : Fix a bug and add tests : 2019-03-19 15:37:51 +01:00
test_mpfr.txt Fix reference leaks; reformat tests to prevent creation of bogus reference count increases. 2019-04-08 05:39:11 -07:00
test_mpfr4_fused.txt Add fmma and fmms; update tests; minor cleanup. 2018-10-21 10:34:24 -07:00
test_mpfr4_random.txt Support for differences between MPFR3 and MPFR4 version of root/rootn and nrandom/grandom. 2018-06-10 14:49:18 -07:00
test_mpfr_create.txt Remove mfr_divmod_exact flag. 2017-10-29 07:06:43 -07:00
test_mpfr_dec.txt [trunk] Begin adding new tests. 2012-02-23 01:31:41 +00:00
test_mpfr_exp_log.txt [trunk] Merge the "devel" branch into trunk. 2014-05-28 03:40:02 +00:00
test_mpfr_min_max.txt [trunk] Update tests. get_context() no longer accepts arguments. Added copy() method to contexts. 2013-03-24 07:26:00 +00:00
test_mpfr_special.txt [trunk] Update tests. get_context() no longer accepts arguments. Added copy() method to contexts. 2013-03-24 07:26:00 +00:00
test_mpfr_subnormalize.txt Remove convert_exact flag; automatically use mpq when converting decimal strings in the subnormal range. 2015-09-30 06:09:32 -07:00
test_mpfr_to_from_binary.txt [trunk] Update tests. get_context() no longer accepts arguments. Added copy() method to contexts. 2013-03-24 07:26:00 +00:00
test_mpfr_trig.txt gmpy2_math.c : Fix a bug and add tests : 2019-03-19 15:37:51 +01:00
test_mpq.txt Fix mutation in the first argument of qdiv() 2019-05-26 14:22:58 +03:00
test_mpq_to_from_binary.txt [trunk] Update tests. get_context() no longer accepts arguments. Added copy() method to contexts. 2013-03-24 07:26:00 +00:00
test_mpz.txt Fix reference leaks; reformat tests to prevent creation of bogus reference count increases. 2019-04-08 05:39:11 -07:00
test_mpz_args.py [trunk] Add some test cases. 2014-08-14 04:26:29 +00:00
test_mpz_bit.txt [trunk] Begin adding new tests. 2012-02-23 01:31:41 +00:00
test_mpz_create.txt Add many test to improve gmpy2 test coverage 2019-03-13 17:56:37 +01:00
test_mpz_functions.txt [trunk] Add is_infinite, deprecate is_inf, clean up tests. 2012-11-29 05:32:42 +00:00
test_mpz_io.txt Remove support for interaction with Decimal type. 2015-09-03 21:39:58 -07:00
test_mpz_pack_unpack.txt [trunk] Update tests. get_context() no longer accepts arguments. Added copy() method to contexts. 2013-03-24 07:26:00 +00:00
test_mpz_random.txt Support for differences between MPFR3 and MPFR4 version of root/rootn and nrandom/grandom. 2018-06-10 14:49:18 -07:00
test_mpz_template.txt [trunk] Begin adding new tests. 2012-02-23 01:31:41 +00:00
test_mpz_to_from_binary.txt [trunk] Update tests. get_context() no longer accepts arguments. Added copy() method to contexts. 2013-03-24 07:26:00 +00:00
test_pack.py [trunk] Add some test cases. 2014-08-14 04:26:29 +00:00
test_py32_hash.txt [trunk] Audited code and docstrings in gmpy_mpz.c. Minor bug fixes, changes to error messages, docstrings, and tests. 2012-02-26 05:09:17 +00:00