Serhiy Storchaka added the comment:

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.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29598>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to