testcases.py File
This file contains two dictionaries.
TEST_SCORE {} Sets the partial scores for each test case, which are configured in the
sketch_unittest.cc
file.
MESSAGE {} Sets the guidance message for each test case, including grading criteria.
ℹ️ We recommend writing clear and concise guidance messages that accurately represent the grading criteria.
As shown in the example below, the partial scores and guidance messages set in this file can be viewed in the Elice platform terminal when the [Submit] button is clicked.
Last updated