added unittest CI/CD workflow
All checks were successful
Python unit tests / unittests (push) Successful in 5s

This commit is contained in:
2025-01-24 13:15:28 +01:00
parent 160a79906d
commit c7c36f7717
3 changed files with 19 additions and 2 deletions

View File

@ -1,6 +1,6 @@
import unittest
from ex2_tv import startRecordingAt
from src.ex2_tv import startRecordingAt
class MyTestCase(unittest.TestCase):

View File

@ -1,6 +1,6 @@
import unittest
from ex3_cards import tauntScore
from src.ex3_cards import tauntScore
class MyTestCase(unittest.TestCase):