We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f223742 commit 116ed60Copy full SHA for 116ed60
1 file changed
cmstestsuite/unit_tests/cmscontrib/DumpImporterTest.py
@@ -359,6 +359,7 @@ def test_import_old(self):
359
"preferred_languages": "[\"en\", \"it_IT\"]",
360
"contest": "contest_key",
361
"submissions": ["sub1_key", "sub2_key"],
362
+ "user_tests": ["ut_key"],
363
},
364
"sub1_key": {
365
"_class": "Submission",
@@ -382,6 +383,17 @@ def test_import_old(self):
382
383
"executables": {},
384
"evaluations": [],
385
386
+ "ut_key": {
387
+ "_class": "UserTest",
388
+ "timestamp": 1_234_567_900.123,
389
+ "language": "c",
390
+ "user": "user_key",
391
+ "task": "task_key",
392
+ "files": {},
393
+ "managers": {},
394
+ "input": TestDumpImporter.NON_GENERATED_FILE_DIGEST,
395
+ "results": []
396
+ },
397
"exe_key": {
398
"_class": "Executable",
399
"submission": "sub1_key",
0 commit comments