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
Reformat unittests to better seperate what the test evaluates. The content of the unittests should also be made sure it covers all possible usecases of the tested logic. (eg. if it is a plusAssign test, the test should try and plusAssign with all possible types and cases which plusAssign can appear in)
The text was updated successfully, but these errors were encountered:
Also add so that either a typecheck evaluates true or check that exception is created correctly. (so no longer true/false but rather true/exceptiontrace)
Reformat unittests to better seperate what the test evaluates. The content of the unittests should also be made sure it covers all possible usecases of the tested logic. (eg. if it is a plusAssign test, the test should try and plusAssign with all possible types and cases which plusAssign can appear in)
The text was updated successfully, but these errors were encountered: