~ubuntu-branches/ubuntu/wily/nose2/wily

« back to all changes in this revision

Viewing changes to nose2/tests/functional/support/scenario/module_import_err/test_import_err.py

  • Committer: Package Import Robot
  • Author(s): Barry Warsaw
  • Date: 2013-09-09 22:14:45 UTC
  • Revision ID: package-import@ubuntu.com-20130909221445-zdvvvebxfucvavw5
Tags: upstream-0.4.7
ImportĀ upstreamĀ versionĀ 0.4.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
import unittest
 
2
raise ImportError("booms")
 
3
 
 
4
 
 
5
def test():
 
6
    pass
 
7
 
 
8
 
 
9
class Test(unittest.TestCase):
 
10
 
 
11
    def test(self):
 
12
        pass