~click-hackers/click/trunk

« back to all changes in this revision

Viewing changes to debian/tests/run-tests.sh

  • Committer: Colin Watson
  • Date: 2014-06-09 10:03:13 UTC
  • mfrom: (452.1.4 integration-tests)
  • Revision ID: cjwatson@canonical.com-20140609100313-k3na5popou9d0s3i
Add basic integration tests, run via autopkgtest.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
python -m unittest discover tests.integration
 
4
#python3 -m unittest discover tests.integration