/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
- --- test_issue_100.rst.orig 2010-08-30 19:31:28.000000000 -0700
- +++ test_issue_100.rst 2010-08-30 19:31:41.000000000 -0700
- @@ -9,4 +9,4 @@
- ... pass
- >>> test = nose.case.Test(SimpleTest())
- >>> test.address()
- - (None, '__builtin__', 'SimpleTest.runTest')
- + (None, 'builtins', 'SimpleTest.runTest')