updated test imports
All checks were successful
Python unit tests / unittests (push) Successful in 4s
All checks were successful
Python unit tests / unittests (push) Successful in 4s
This commit is contained in:
parent
35f194f649
commit
0dcccd2b74
@ -1,6 +1,6 @@
|
||||
import unittest
|
||||
|
||||
from Ex1 import countKey
|
||||
from src.Ex1 import countKey
|
||||
|
||||
|
||||
class MyTestCase(unittest.TestCase):
|
||||
|
@ -1,6 +1,6 @@
|
||||
import unittest
|
||||
|
||||
from Ex2 import findSafestPath
|
||||
from src.Ex2 import findSafestPath
|
||||
|
||||
|
||||
class MyTestCase(unittest.TestCase):
|
||||
|
@ -1,6 +1,6 @@
|
||||
import unittest
|
||||
|
||||
from Ex3 import findTightlyLinkedConsoles
|
||||
from src.Ex3 import findTightlyLinkedConsoles
|
||||
|
||||
|
||||
class MyTestCase(unittest.TestCase):
|
||||
|
@ -1,6 +1,6 @@
|
||||
import unittest
|
||||
|
||||
from Ex4 import computeNbrOfDifferentSequences
|
||||
from src.Ex4 import computeNbrOfDifferentSequences
|
||||
|
||||
|
||||
class MyTestCase(unittest.TestCase):
|
||||
|
@ -1,6 +1,6 @@
|
||||
import unittest
|
||||
|
||||
from Ex5 import playMinitrisFastAndWell
|
||||
from src.Ex5 import playMinitrisFastAndWell
|
||||
|
||||
|
||||
class MyTestCase(unittest.TestCase):
|
||||
|
Loading…
x
Reference in New Issue
Block a user