summaryrefslogtreecommitdiffstats
path: root/pactest/tests/pacman002.py
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-12-03 00:24:22 +0100
committerDan McGee <dan@archlinux.org>2007-12-03 00:24:22 +0100
commit7341d0954194149d5659dbd33ea4b2f9f005b54a (patch)
treee80f6dfeb1a73079543b2123910fe0061fe5c764 /pactest/tests/pacman002.py
parent32e625db1436db6ac73851d39024329afc06ece1 (diff)
downloadpacman-7341d0954194149d5659dbd33ea4b2f9f005b54a.tar.gz
pacman-7341d0954194149d5659dbd33ea4b2f9f005b54a.tar.xz
Add 4 new pactests to get better code coverage by pactest
I started playing around with gcov today and it showed a few places in the code that we don't test at all. This is the start of ensuring that we execute most of the code in our codebase. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'pactest/tests/pacman002.py')
-rw-r--r--pactest/tests/pacman002.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/pactest/tests/pacman002.py b/pactest/tests/pacman002.py
new file mode 100644
index 00000000..c0217259
--- /dev/null
+++ b/pactest/tests/pacman002.py
@@ -0,0 +1,5 @@
+self.description = "Test command line option (--help)"
+
+self.args = "--help"
+
+self.addrule("PACMAN_RETCODE=2")