[issue19696] Merge all (non-syntactic) import-related tests into test_importlib

aeros167 report at bugs.python.org
Fri Jun 21 22:37:49 EDT 2019


aeros167 <aeros167 at gmail.com> added the comment:

> Yep, just make sure the tests still pass before and after the change. :)

Sounds good, the first thing I had done before proposing the change was testing it in an IDE and using some logging to ensure that random.choose and random.choice were providing the same functionality. So hopefully the PR tests will pass as well. 

> Separate are easier to review.

Alright, I'll do each of the file moves in individual PRs and then a separate one for changing random.choice to random.choose. 

Thanks!

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue19696>
_______________________________________


More information about the Python-bugs-list mailing list