Open erdogmush opened 2 years ago
This may have been fixed? Must add test cases to test-mode files
issue was due to prereq sometimes being placed in rubric section of yaml, sometimes its own section. added logic in rubric.py as follows:
rubric_prereq = rubric_dict['prereq'] if 'prereq' in rubric_dict else parsed_comment['prereq'] if 'prereq' in parsed_comment else None
Also not working with check rubric type.
See #26