rest of files, not sorted
This commit is contained in:
7
test/semestergen_test.py
Normal file
7
test/semestergen_test.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import pytest
|
||||
|
||||
from src.backend.semester import generateSemesterByDate
|
||||
|
||||
|
||||
def test_generateSemesterByDate():
|
||||
assert generateSemesterByDate() == "WiSe 23/24"
|
||||
Reference in New Issue
Block a user