added unittest CI/CD workflow
All checks were successful
Python unit tests / unittests (push) Successful in 5s
All checks were successful
Python unit tests / unittests (push) Successful in 5s
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import unittest
|
||||
|
||||
from ex2_tv import startRecordingAt
|
||||
from src.ex2_tv import startRecordingAt
|
||||
|
||||
|
||||
class MyTestCase(unittest.TestCase):
|
||||
|
@ -1,6 +1,6 @@
|
||||
import unittest
|
||||
|
||||
from ex3_cards import tauntScore
|
||||
from src.ex3_cards import tauntScore
|
||||
|
||||
|
||||
class MyTestCase(unittest.TestCase):
|
||||
|
Reference in New Issue
Block a user