From 13afcedbe77ea8171083a53e792d03bbf4b05df3 Mon Sep 17 00:00:00 2001 From: Eugen Ciur Date: Mon, 4 May 2020 12:41:11 +0200 Subject: [PATCH] mglib will host storage and endpoints --- test/test_step.py | 2 +- test/test_storage.py | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 test/test_storage.py diff --git a/test/test_step.py b/test/test_step.py index 59addd4..c859c01 100644 --- a/test/test_step.py +++ b/test/test_step.py @@ -1,5 +1,5 @@ import unittest -from pmworker.step import Step +from mglib.step import Step class TestStep(unittest.TestCase): diff --git a/test/test_storage.py b/test/test_storage.py new file mode 100644 index 0000000..9adffd3 --- /dev/null +++ b/test/test_storage.py @@ -0,0 +1,7 @@ +import unittest + + +class TestStep(unittest.TestCase): + + def test_basic(self): + pass