Pressio / pressio

core C++ library
Other
45 stars 7 forks source link

#652: expressions and ops: simplify, cleanup, improve tests #654

Closed cz4rs closed 9 months ago

cz4rs commented 9 months ago

Part of #652.

This PR:

This prepares the tests for further improvements. The plan is to leverage GTest's Typed Tests (and possibly Type-Parameterized Tests) in combination with macros to simplify adding tests for new expressions.

fnrizzi commented 9 months ago

@cz4rs I assume this is ready?

cz4rs commented 9 months ago

@cz4rs I assume this is ready?

Yes!