~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/webapp/tutorial/test/__init__.py

  • Committer: William Grant
  • Date: 2009-05-26 01:34:43 UTC
  • Revision ID: grantw@unimelb.edu.au-20090526013443-f0vajadtez6ly479
Add __test__ = False to ivle.webapp.tutorial.test, to keep nose away.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
from parse_exercise import *
 
2
 
 
3
# Don't let nose into here, as it has lots of stuff named Test* without being
 
4
# tests.
 
5
__test__ = False