study-effort/src/mystudy/main.py | ●●●●● patch | view | raw | blame | history | |
study-effort/tests/mystudy/lecture_test.py | ●●●●● patch | view | raw | blame | history |
study-effort/src/mystudy/main.py
@@ -1,4 +1,4 @@ import lecture from mystudy import lecture lecture_count = input("Geben Sie die Anzahl der Veranstaltungen ein!") lecture_per_week = int(lecture_count) study-effort/tests/mystudy/lecture_test.py
@@ -1,5 +1,6 @@ import unittest import lecture from mystudy import lecture class MyTestCase(unittest.TestCase): def test_something(self):