Comment 2 for bug 1428083

Revision history for this message
Michael Terry (mterry) wrote :

python-cliapp:
- Needs team bug subscriber
- Its tests should be run. You can do this like so:
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 $(MAKE) check
 nosetests
endif
- It is unusual to ship the test files like cliapp does, having both fmt.py and fmt_tests.py in /usr/lib/python2.7/dist-packages/cliapp/. Not a blocker at all, just sloppy packaging.