mdickinson / bigfloat

Python wrapper for MPFR, providing high-precision floating-point arithmetic
GNU Lesser General Public License v3.0
41 stars 11 forks source link

Move test data into data files #110

Closed mdickinson closed 4 years ago

mdickinson commented 4 years ago

We had various test data encoded directly in large strings (sometimes with long lines) in test_bigfloat. This PR moves those data into files.