Hidden Tests

Hidden tests are unit/integration tests that are not visible to the student, but are added to the student's repo after they submit their solution.

These hidden tests are run against the student’s solution and count towards the final score. These allow you to test each student solution against edge test cases, etc.

To mark a test files as hidden, you need to name the file in accordance with the naming rule defined for the language/framework you are creating your assignment in. This naming rule is is given separately in each of the Language/Framework Guides.

Last updated