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 nchammas
Recipients brett.cannon, docs@python, nchammas
Date 2015-12-09.21:17:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449695869.35.0.513446282825.issue25768@psf.upfronthosting.co.za>
In-reply-to
Content
I've added the tests as we discussed. A couple of comments:

* I found it difficult to reuse the existing setUp() code so had to essentially repeat a bunch of very similar code to create "bad" files. Let me know if you think there is a better way to do this.
* I'm having trouble with the test for compile_path(). Specifically, it doesn't seem to actually use the value for skip_curdir. Do you understand why?
History
Date User Action Args
2015-12-09 21:17:49nchammassetrecipients: + nchammas, brett.cannon, docs@python
2015-12-09 21:17:49nchammassetmessageid: <1449695869.35.0.513446282825.issue25768@psf.upfronthosting.co.za>
2015-12-09 21:17:49nchammaslinkissue25768 messages
2015-12-09 21:17:49nchammascreate