aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_exe.py
diff options
context:
space:
mode:
authorJesse Jaggars <jjaggars@redhat.com>2012-03-05 10:30:59 -0600
committerJesse Jaggars <jjaggars@redhat.com>2012-03-05 10:30:59 -0600
commitc10115652a795d0c7971ec9b03c4c58742063ddf (patch)
tree4c14fa591b807350f6db6c7da10f1430049602f5 /tests/test_exe.py
parent83c6e09756bd228dc76e7a84646de5a9f5b5e694 (diff)
downloadsos-c10115652a795d0c7971ec9b03c4c58742063ddf.tar.gz
Refactoring PackageManagers and Archives
Pulled up PackageManager implementation to simplify subclass responsibilities Moved compress method to Archive classes Re-organized utilities.py Added tests to exercise more utilities methods
Diffstat (limited to 'tests/test_exe.py')
-rwxr-xr-xtests/test_exe.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_exe.py b/tests/test_exe.py
new file mode 100755
index 00000000..f35d93f0
--- /dev/null
+++ b/tests/test_exe.py
@@ -0,0 +1,2 @@
+#!/usr/bin/env python
+print "executed"