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 serhiy.storchaka
Recipients Artem Muterko, serhiy.storchaka, xdegaye
Date 2017-02-22.10:11:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487758298.22.0.976581196144.issue29598@psf.upfronthosting.co.za>
In-reply-to
Content
It would be better to move all tests for internal functions in separate TestCase class. It should be clear that this is testing of implementation details and we are free to change tests when change the implementation.

There are some tests for find_function(). They should be moved too. Note that there is a bug in find_function() (it opens a file with default encoding).

Tests for internal functions don't free us from testing the same functionality as a part of high level functions.
History
Date User Action Args
2017-02-22 10:11:38serhiy.storchakasetrecipients: + serhiy.storchaka, xdegaye, Artem Muterko
2017-02-22 10:11:38serhiy.storchakasetmessageid: <1487758298.22.0.976581196144.issue29598@psf.upfronthosting.co.za>
2017-02-22 10:11:38serhiy.storchakalinkissue29598 messages
2017-02-22 10:11:38serhiy.storchakacreate