Move `test_scalar_int_eq` classes
There's a few "cleanup" changes in here:
- Moves all the
IntEqTestCase
classes out oftest_scalar_int_eq
into a separateextra_int_eq_data
. - Made them inherit from
pytools.Record
for thecopy
. - Fixed #136 (closed) since I was in there.