Changeset 16662 for main/waeup.kofa/trunk/src/waeup/kofa/students/tests
- Timestamp:
- 5 Oct 2021, 10:30:09 (3 years ago)
- Location:
- main/waeup.kofa/trunk/src/waeup/kofa/students/tests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/tests/test_browser.py
r16609 r16662 1062 1062 self.assertEqual( 1063 1063 self.student['studycourse']['100'].passed_params, 1064 (1, 1, 13, 10, 'COURSE1 ', '' ))1064 (1, 1, 13, 10, 'COURSE1 ', '', 'ANYCODE ')) 1065 1065 self.assertEqual( 1066 1066 self.student['studycourse']['200'].passed_params, 1067 (0, 0, 0, 0, '', 'COURSE1 ' ))1067 (0, 0, 0, 0, '', 'COURSE1 ', '')) 1068 1068 # And also cumulative params can be calculated. Meanwhile we have the 1069 1069 # following courses: COURSE1 and COURSE2 in level 100 and -
main/waeup.kofa/trunk/src/waeup/kofa/students/tests/test_export.py
r16333 r16662 890 890 result, 891 891 'student_id,matric_number,certcode,display_fullname,missed,failed,nottaken\r\n' 892 'A111111,234,CERT1,Anna M. Tester,C2_400 ,C3 ,C1 CRS1\r\n'892 'A111111,234,CERT1,Anna M. Tester,C2_400,C3,C1 CRS1\r\n' 893 893 ) 894 894 return
Note: See TracChangeset for help on using the changeset viewer.