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
@itziakos pointed out that there is a facility in unittest to generate a test-case based on a top-level function using unittest.FunctionTestCase(callable).
This is something that could easily be added to the haas test discovery system. This will probably start by matching functions names to the regex ^test_.*.
The text was updated successfully, but these errors were encountered:
@itziakos pointed out that there is a facility in
unittest
to generate a test-case based on a top-level function usingunittest.FunctionTestCase(callable)
.This is something that could easily be added to the haas test discovery system. This will probably start by matching functions names to the regex
^test_.*
.The text was updated successfully, but these errors were encountered: