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