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
Many students pass with test cases that are not what we are looking for such as
assertTrue(true);
writing integration tests similar to StandardAPITests instead of unit tests (detectable if they import from the "passoff" package in the passoff-dependencies.jar)
I think a bit of verification that they are not doing anything prohibited before grading their test case code would go a long way
Not sure if this should be a StudentCodeVerifier, a bit of code inside the UnitTestGrader might be better
The text was updated successfully, but these errors were encountered:
Many students pass with test cases that are not what we are looking for such as
I think a bit of verification that they are not doing anything prohibited before grading their test case code would go a long way
Not sure if this should be a StudentCodeVerifier, a bit of code inside the UnitTestGrader might be better
The text was updated successfully, but these errors were encountered: