Skip to content

Commit

Permalink
Drop empty sections in test/*.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
skirpichev committed Sep 10, 2023
1 parent dabcb8d commit 950c6cd
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 191 deletions.
15 changes: 0 additions & 15 deletions test/test_mpc_trig.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,6 @@ Test tan
>>> gmpy2.tan(mpc(4,5))
mpc('8.9834776469715613e-05+1.0000132074347847j')

Test acosh
----------

Test asinh
----------

Test atanh
----------

Expand All @@ -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
---------

Expand Down
126 changes: 0 additions & 126 deletions test/test_mpfr_special.txt

This file was deleted.

4 changes: 0 additions & 4 deletions test/test_mpq.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ Testing of mpq functionality is split into multiple files.
Test elementary operations
==========================

Test addition
-------------


Test subtraction
----------------

Expand Down
46 changes: 0 additions & 46 deletions test/test_mpz_functions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------------------

Expand Down Expand Up @@ -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
---------------------

Expand Down Expand Up @@ -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
--------------------

Expand All @@ -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
-------------------

Expand Down Expand Up @@ -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
-------------------

Expand All @@ -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
---------------------




0 comments on commit 950c6cd

Please sign in to comment.