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

« back to all changes in this revision

Viewing changes to ivle/webapp/tutorial/test/TestFramework.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:
28
28
 
29
29
from ivle import testfilespace
30
30
 
 
31
# Don't let nose into here, as it has lots of stuff named Test* without being
 
32
# tests.
 
33
__test__ = False
 
34
 
31
35
# student error or author error
32
36
# errors in student code get handled internally
33
37
# errors in solution code get passed up