mglib will host storage and endpoints

pull/3/head
Eugen Ciur 2020-05-04 12:41:11 +02:00
parent 024f47dc20
commit 13afcedbe7
2 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import unittest
from pmworker.step import Step
from mglib.step import Step
class TestStep(unittest.TestCase):

7
test/test_storage.py Normal file
View File

@ -0,0 +1,7 @@
import unittest
class TestStep(unittest.TestCase):
def test_basic(self):
pass