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
Replace the GoogleTest (gtest) unit test library with Catch2 or some other alternative.
Tests in Catch2 looks simpler than in GoogleTest.
Parametrized tests. E.g. imagine writing the same state transition test for a set of EVM revisions. This is impractical in GoogleTest and the only option is to use a loop.
Replace the GoogleTest (gtest) unit test library with Catch2 or some other alternative.
Tests in Catch2 looks simpler than in GoogleTest.
The text was updated successfully, but these errors were encountered: