Comment 1 for bug 1428083

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

cmdtest:
- It would be nice if this were python3 in this day and age. But since cmdtest and its friends won't actually be on the desktop CD, it's OK.
- 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)))
 python setup.py check
endif

But be warned... The CoverageTestRunner check needs python-coverage-test-runner added to the build-deps and even then it will fail because it finds fault with files found in the build/ directory... So maybe fix or finesse that test somehow.