Skip to content

Move `test_scalar_int_eq` classes

There's a few "cleanup" changes in here:

  • Moves all the IntEqTestCase classes out of test_scalar_int_eq into a separate extra_int_eq_data.
  • Made them inherit from pytools.Record for the copy.
  • Fixed #136 (closed) since I was in there.

Merge request reports