This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eli.bendersky
Recipients cbc, chris.jerdonek, eli.bendersky
Date 2012-10-15.13:05:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350306323.01.0.958450931667.issue15518@psf.upfronthosting.co.za>
In-reply-to
Content
Chris Calloway, let's move this forward. I want to see more tests for filecmp ASAP.

Please address Chris Jerdonek's points in a new patch made vs. fresh default branch (3.4), at this point "cd"ing (before the test_cwd thing is done). For testing code, practicality beats purity. Having these tests in place will help moving other issues forward (i.e. #15454). Also, as Chris Jerdonek has mentioned, having as little as possible in each test_ method is a good practice, and older test code that doesn't follow it can be fixed later (patches welcome).
History
Date User Action Args
2012-10-15 13:05:23eli.benderskysetrecipients: + eli.bendersky, chris.jerdonek, cbc
2012-10-15 13:05:23eli.benderskysetmessageid: <1350306323.01.0.958450931667.issue15518@psf.upfronthosting.co.za>
2012-10-15 13:05:22eli.benderskylinkissue15518 messages
2012-10-15 13:05:22eli.benderskycreate