-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added new fields for test case descriptions.
- Loading branch information
1 parent
46b78e6
commit 063215b
Showing
14 changed files
with
464 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Generated by Django 3.2.2 on 2024-08-06 16:26 | ||
|
||
import autograder.core.fields | ||
import autograder.core.models.ag_test.ag_test_case | ||
import autograder.core.models.ag_test.ag_test_suite | ||
from django.db import migrations | ||
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
('core', '0106_test_descriptions'), | ||
] | ||
|
||
operations = [ | ||
migrations.AlterField( | ||
model_name='agtestcase', | ||
name='past_limit_submission_fdbk_config', | ||
field=autograder.core.fields.ValidatedJSONField(default=autograder.core.models.ag_test.ag_test_case._past_limit_fdbk, serializable_class=autograder.core.models.ag_test.ag_test_case.AGTestCaseFeedbackConfig), | ||
), | ||
migrations.AlterField( | ||
model_name='agtestsuite', | ||
name='past_limit_submission_fdbk_config', | ||
field=autograder.core.fields.ValidatedJSONField(default=autograder.core.models.ag_test.ag_test_suite._past_limit_fdbk, serializable_class=autograder.core.models.ag_test.ag_test_suite.AGTestSuiteFeedbackConfig), | ||
), | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.