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
Maybe the best way to integrate this with common_test would be to generate _SUITE modules. With this, integrating with common_test is only another build step, which is simple. OTOH, this pollutes the test directory with generated files. This could be circumvented by placing the files in a specific "generated tests" directory.
We should evaluate if it is possible to hook up
doctest
withcommon_test
. Maybe ct_hooks can be used for integration.The text was updated successfully, but these errors were encountered: