diff --git a/test/test_mpc_trig.txt b/test/test_mpc_trig.txt index edbc22d2..80efe134 100644 --- a/test/test_mpc_trig.txt +++ b/test/test_mpc_trig.txt @@ -64,12 +64,6 @@ Test tan >>> gmpy2.tan(mpc(4,5)) mpc('8.9834776469715613e-05+1.0000132074347847j') -Test acosh ----------- - -Test asinh ----------- - Test atanh ---------- @@ -78,15 +72,6 @@ mpc('0.14694666622552977+1.3389725222944935j') >>> gmpy2.atanh(mpc(2.0, 3.0)) == gmpy2.atanh(complex(2, 3)) True -Test cosh ---------- - -Test sinh ---------- - -Test sinh_cosh --------------- - Test tanh --------- diff --git a/test/test_mpfr_special.txt b/test/test_mpfr_special.txt deleted file mode 100644 index 8afcc256..00000000 --- a/test/test_mpfr_special.txt +++ /dev/null @@ -1,126 +0,0 @@ -Test mpfr special functions ---------------------------- - - >>> import gmpy2 - >>> from gmpy2 import mpfr - -Test agm --------- - -Test ai -------- - -Test const_catalan ------------------- - -Test const_euler ----------------- - -Test const_log2 ---------------- - -Test const_pi -------------- - -Test digamma ------------- - -Test eint ---------- - -Test erf --------- - -Test erfc ---------- - -Test factorial --------------- - -Test f2q --------- - -Test fma --------- - -Test fmod ---------- - -Test fms --------- - -Test frac ---------- - -Test frexp ----------- - -Test fsum ---------- - -Test gamma ----------- - -Test j0 -------- - -Test j1 -------- - -Test jn -------- - -Test lgamma ------------ - -Test li2 --------- - -Test lngamma ------------- - -Test modf ---------- - -Test mul_2exp -------------- - -Test next_above ---------------- - -Test next_below ---------------- - -Test next_toward ----------------- - -Test rec_sqrt -------------- - -Test reldiff ------------- - -Test remainder --------------- - -Test remquo ------------ - -Test root ---------- - -Test sqrt ---------- - -Test y0 -------- - -Test y1 -------- - -Test yn -------- - -Test zeta ---------- - diff --git a/test/test_mpq.txt b/test/test_mpq.txt index c5e3fe18..3b3a6979 100644 --- a/test/test_mpq.txt +++ b/test/test_mpq.txt @@ -15,10 +15,6 @@ Testing of mpq functionality is split into multiple files. Test elementary operations ========================== -Test addition -------------- - - Test subtraction ---------------- diff --git a/test/test_mpz_functions.txt b/test/test_mpz_functions.txt index 8bd5c03c..62f96fb8 100644 --- a/test/test_mpz_functions.txt +++ b/test/test_mpz_functions.txt @@ -217,12 +217,6 @@ Test gmpy2.divm >>> G.divm(4,8,20) mpz(3) -Test gmpy2.f_div ----------------- - -Test gmpy2.f_div_2exp ---------------------- - Test gmpy2.f_divmod ------------------- @@ -251,9 +245,6 @@ Test gmpy2.f_divmod_2exp >>> G.f_divmod_2exp(-b,6) (mpz(-8), mpz(56)) -Test gmpy2.f_mod ----------------- - Test gmpy2.f_mod_2exp --------------------- @@ -508,21 +499,6 @@ Test gmpy2.legendre ... TypeError: legendre() requires 'mpz','mpz' arguments -Test gmpy2.lucas ----------------- - -Test gmpy2.lucas2 ------------------ - -Test gmpy2.mul --------------- - -Test gmpy2.mul_2exp -------------------- - -Test gmpy2.next_prime ---------------------- - Test gmpy2.numdigits -------------------- @@ -535,9 +511,6 @@ Test gmpy2.numdigits ... ValueError: base must be either 0 or in the interval 2 ... 62 -Test gmpy2.pack ---------------- - Test gmpy2.popcount ------------------- @@ -595,12 +568,6 @@ The factor must be greater than or equal to 2. ... TypeError: remove() requires 'mpz','mpz' arguments -Test gmpy2.t_div ----------------- - -Test gmpy2.t_div_2exp ---------------------- - Test gmpy2.t_divmod ------------------- @@ -612,16 +579,3 @@ Test gmpy2.t_divmod (mpz(-3), mpz(2)) >>> G.t_divmod(-17,-5) (mpz(3), mpz(-2)) - -Test gmpy2.t_divmod_2exp ------------------------- - -Test gmpy2.t_mod ----------------- - -Test gmpy2.t_mod_2exp ---------------------- - - - -