[-] A2 Remove todos in code
This commit is contained in:
@@ -274,8 +274,6 @@ def test_compatible_sections() -> None:
|
||||
assert a2_courses.compatible_sections(SCHEDULE_1, CON123) == {CON123_LEC0123}
|
||||
|
||||
|
||||
# TODO: Create more tests
|
||||
|
||||
###################################################################################################
|
||||
# Part 4
|
||||
###################################################################################################
|
||||
@@ -306,7 +304,5 @@ def test_transform_meeting_time_data() -> None:
|
||||
assert actual == expected
|
||||
|
||||
|
||||
# TODO: Create more tests
|
||||
|
||||
if __name__ == "__main__":
|
||||
pytest.main(['a2_example_tests.py'])
|
||||
|
||||
Reference in New Issue
Block a user