aboutsummaryrefslogtreecommitdiffstats
path: root/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests.py')
-rwxr-xr-xtests.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests.py b/tests.py
index e860cfc..95288b7 100755
--- a/tests.py
+++ b/tests.py
@@ -144,6 +144,15 @@ class AppsTestCase(TestCase):
self.assertTrue(len(results) > 10)
+class InstallerTestCase(TestCase):
+ def setUp(self):
+ self.pkg = os.getenv('MH_PKG')
+ self.image = os.getenv('MH_IMAGE')
+
+ def test_mount_and_install(self):
+ functions.mount_and_install(self.image, self.pkg)
+
+
class MountTestCase(TestCase):
def setUp(self):
self.mp = None