You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perfect-numbers: Update tests from table-based to macro-based
This PR is in response to #392.
Perfect-numbers currently uses table-based testing. For reasons outlined
in #392 (comment)
I believe that table-based testing is not the appropriate way to do things.
This is what macro-based tests might look like. Are they abstruse and
opaque? Yes. However, they at least become individual tests, and I
believe that this is _better than the status quo_.
0 commit comments