aboutsummaryrefslogtreecommitdiffstats
path: root/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests.py')
-rwxr-xr-xtests.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests.py b/tests.py
index 38e436a..10057ec 100755
--- a/tests.py
+++ b/tests.py
@@ -96,6 +96,10 @@ class FunctionsTestCase(TestCase):
p = mh.mount_image('/Users/filipp/Downloads/AdobeFlashPlayer_22au_a_install.dmg')
self.assertEquals(p, '/Volumes/Adobe Flash Player Installer')
+ def test_create_media(self):
+ mh.create_os_media('/Applications/Install macOS Sierra.app',
+ '/Volumes/Untitled')
+
@skip('This works, trust me.')
def test_sleep(self):
mh.sleep()