summaryrefslogtreecommitdiffstats
path: root/runtests.sh
diff options
context:
space:
mode:
authorTill Maas <opensource@till.name>2014-02-06 10:26:50 +0100
committerTill Maas <opensource@till.name>2014-02-06 10:26:50 +0100
commit7095cd04dd77a5d25d9a3f9bd235436e6b48d326 (patch)
treea19a66521c6a862eaf15a25b6620ad547d356e21 /runtests.sh
parent7b095614e12c6c427b6968261633b8808f9299ba (diff)
downloadcnucnu-7095cd04dd77a5d25d9a3f9bd235436e6b48d326.tar.gz
cnucnu-7095cd04dd77a5d25d9a3f9bd235436e6b48d326.tar.xz
cnucnu-7095cd04dd77a5d25d9a3f9bd235436e6b48d326.zip
Package_list: Refactor alias handling
- Use one dictionary to handle alias information - Use generic function to resolve aliases - Add basic test cases for aliases
Diffstat (limited to 'runtests.sh')
-rwxr-xr-xruntests.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/runtests.sh b/runtests.sh
index d51ee36..fb909b7 100755
--- a/runtests.sh
+++ b/runtests.sh
@@ -19,7 +19,8 @@
. setup-env.sh
-cnucnu/tests/package_list_test.py
-cnucnu/tests/mail_test.py
+cnucnu/tests/aliases_test.py
cnucnu/tests/config_test.py
cnucnu/tests/helper_test.py
+cnucnu/tests/mail_test.py
+cnucnu/tests/package_list_test.py