aboutsummaryrefslogtreecommitdiff
path: root/pandokia
diff options
context:
space:
mode:
authorJoe Hunkeler <jhunk@stsci.edu>2016-03-04 15:21:51 -0500
committerJoe Hunkeler <jhunk@stsci.edu>2016-03-04 15:21:51 -0500
commit44f6af70320eb2b31258ecf6dd08741a3f43d194 (patch)
tree692ca2a7de617b95ca7bcbc6b360bddc39f66152 /pandokia
parentc8702ddc390c07f7aa1cc57d45cbff1b630caaa4 (diff)
downloadcbc-recipes-44f6af70320eb2b31258ecf6dd08741a3f43d194.tar.gz
Add shunit2; include with pandokia
Diffstat (limited to 'pandokia')
-rw-r--r--pandokia/pandokia.ini6
1 files changed, 6 insertions, 0 deletions
diff --git a/pandokia/pandokia.ini b/pandokia/pandokia.ini
index 6d90e45..2969848 100644
--- a/pandokia/pandokia.ini
+++ b/pandokia/pandokia.ini
@@ -18,17 +18,23 @@ number : {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
[requirements]
build :
+ nose
+ pytest
+ shunit2
setuptools
python
run :
nose
+ shunit2
pytest
python
[test]
imports :
pandokia
+ pandokia.runners
+ pandokia.helpers
commands :
pdk --help