summaryrefslogtreecommitdiffstats
path: root/runtests.sh
diff options
context:
space:
mode:
authorTill Maas <opensource@till.name>2009-07-16 21:10:01 +0200
committerTill Maas <opensource@till.name>2009-07-16 21:10:01 +0200
commit57a6117e2f4320f1a47482f2373636900fbcf68f (patch)
tree3c1439d4211d3bd9a5757450ada9929f218f405d /runtests.sh
parent50678731a21827e100d3006f2a13b120aed30d73 (diff)
downloadcnucnu-57a6117e2f4320f1a47482f2373636900fbcf68f.tar.gz
cnucnu-57a6117e2f4320f1a47482f2373636900fbcf68f.tar.xz
cnucnu-57a6117e2f4320f1a47482f2373636900fbcf68f.zip
interactive regex development and first unittest
This commit allows interactive regex development with --check parameter for cnucnu.py. Also the first unittests are added.
Diffstat (limited to 'runtests.sh')
-rw-r--r--runtests.sh20
1 files changed, 20 insertions, 0 deletions
diff --git a/runtests.sh b/runtests.sh
new file mode 100644
index 0000000..4b350fd
--- /dev/null
+++ b/runtests.sh
@@ -0,0 +1,20 @@
+#! /bin/bash
+# vim: foldmethod=marker
+#{{{ License header: GPLv2+
+# This file is part of cnucnu.
+#
+# Cnucnu is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 2 of the License, or
+# (at your option) any later version.
+#
+# Cnucnu is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with cnucnu. If not, see <http://www.gnu.org/licenses/>.
+#}}}
+
+lib/cnucnu/tests/package_list_test.py