summaryrefslogtreecommitdiff
path: root/test-cli/test/tests/qmmcflash.py
diff options
context:
space:
mode:
Diffstat (limited to 'test-cli/test/tests/qmmcflash.py')
-rw-r--r--test-cli/test/tests/qmmcflash.py15
1 files changed, 15 insertions, 0 deletions
diff --git a/test-cli/test/tests/qmmcflash.py b/test-cli/test/tests/qmmcflash.py
new file mode 100644
index 0000000..f10757e
--- /dev/null
+++ b/test-cli/test/tests/qmmcflash.py
@@ -0,0 +1,15 @@
+import unittest
+import sh
+
+class Qmmcflash(unittest.TestCase):
+ params = None
+
+ def __init__(self, testname, testfunc, varlist):
+ self.params = varlist
+ super(Qmmcflash, self).__init__(testfunc)
+ self._testMethodDoc = testname
+ # TODO
+
+
+ def execute(self):
+ # TODO \ No newline at end of file