aboutsummaryrefslogtreecommitdiffstats
path: root/tests.py
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2016-11-02 11:51:30 +0200
committerFilipp Lepalaan <filipp@mac.com>2016-11-02 11:51:30 +0200
commit282b78dc5decd319ed2284f90fd7716cd395a048 (patch)
treea281baedd56078dc47133c0241687cabed61c4a5 /tests.py
parentd5107fb63a688236c4bd8275cb3884c2a58ec2f6 (diff)
downloadmachammer-282b78dc5decd319ed2284f90fd7716cd395a048.tar.gz
machammer-282b78dc5decd319ed2284f90fd7716cd395a048.tar.bz2
machammer-282b78dc5decd319ed2284f90fd7716cd395a048.zip
Added some functions
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()