/unit_tests/test_issue_100.rst.py3.patch

https://bitbucket.org/jpellerin/nose/ · Patch · 8 lines · 8 code · 0 blank · 0 comment · 0 complexity · cf28f94a017721e1814b93c42b60ccfb MD5 · raw file

  1. --- test_issue_100.rst.orig 2010-08-30 19:31:28.000000000 -0700
  2. +++ test_issue_100.rst 2010-08-30 19:31:41.000000000 -0700
  3. @@ -9,4 +9,4 @@
  4. ... pass
  5. >>> test = nose.case.Test(SimpleTest())
  6. >>> test.address()
  7. - (None, '__builtin__', 'SimpleTest.runTest')
  8. + (None, 'builtins', 'SimpleTest.runTest')