]> granicus.if.org Git - python/commit
* Use the same code to profile for test_profile and test_cprofile.
authorGeorg Brandl <georg@python.org>
Tue, 5 Feb 2008 19:58:17 +0000 (19:58 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 5 Feb 2008 19:58:17 +0000 (19:58 +0000)
commitb70907796ac6e911f8683cce354fdeb94d24d73f
treec73b85870bc0881c8cf592cd9af803a2d82afea5
parent3c0f309fd1bc480ba3f225aba516e248adcc103e
* Use the same code to profile for test_profile and test_cprofile.
* Convert both to unittest.
* Use the same unit testing code.
* Include the expected output in both test files.
* Make it possible to regenerate the expected output by running
  the file as a script with an '-r' argument.
Lib/test/output/test_profile [deleted file]
Lib/test/profilee.py [new file with mode: 0644]
Lib/test/test_cprofile.py [changed mode: 0644->0755]
Lib/test/test_profile.py [changed mode: 0644->0755]
Lib/test/test_queue.py
Misc/NEWS