Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(32)

Delta Between Two Patch Sets: Lib/test/test_trace.py

Issue 602: range: lean and mean (Closed) SVN Base: http://svn.python.org/view/*checkout*/python/branches/py3k/
Left Patch Set: __len__ is back! Created 1 year, 7 months ago
Right Patch Set: address more concerns Created 1 year, 7 months ago , Downloaded from: http://bugs.python.org/file10183/range_lean_and_mean5.patch
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
LEFTRIGHT
1 # Testing the line trace facility. 1 # Testing the line trace facility.
2 2
3 from test import test_support 3 from test import test_support
4 import unittest 4 import unittest
5 import sys 5 import sys
6 import difflib 6 import difflib
7 7
8 # A very basic example. If this fails, we're in deep trouble. 8 # A very basic example. If this fails, we're in deep trouble.
9 def basic(): 9 def basic():
10 return 1 10 return 1
(...skipping 720 matching lines...) Expand 10 before | Expand all | Expand 10 after
731 731
732 def test_main(): 732 def test_main():
733 test_support.run_unittest( 733 test_support.run_unittest(
734 TraceTestCase, 734 TraceTestCase,
735 RaisingTraceFuncTestCase, 735 RaisingTraceFuncTestCase,
736 JumpTestCase 736 JumpTestCase
737 ) 737 )
738 738
739 if __name__ == "__main__": 739 if __name__ == "__main__":
740 test_main() 740 test_main()
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld r497