This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
import unittest
|
||||
|
||||
from Ex1 import countKey
|
||||
from src.Ex1 import countKey
|
||||
|
||||
|
||||
class MyTestCase(unittest.TestCase):
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
import unittest
|
||||
|
||||
from Ex2 import findSafestPath
|
||||
from src.Ex2 import findSafestPath
|
||||
|
||||
|
||||
class MyTestCase(unittest.TestCase):
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
import unittest
|
||||
|
||||
from Ex3 import findTightlyLinkedConsoles
|
||||
from src.Ex3 import findTightlyLinkedConsoles
|
||||
|
||||
|
||||
class MyTestCase(unittest.TestCase):
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
import unittest
|
||||
|
||||
from Ex4 import computeNbrOfDifferentSequences
|
||||
from src.Ex4 import computeNbrOfDifferentSequences
|
||||
|
||||
|
||||
class MyTestCase(unittest.TestCase):
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
import unittest
|
||||
|
||||
from Ex5 import playMinitrisFastAndWell
|
||||
from src.Ex5 import playMinitrisFastAndWell
|
||||
|
||||
|
||||
class MyTestCase(unittest.TestCase):
|
||||
|
||||
Reference in New Issue
Block a user