Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move test/ -> tests/ to avoid name clash with stdlib #147

Merged

Conversation

ryan-collingham
Copy link
Contributor

Importing fom the "test" namespace can cause problems due to clashing
with the standard library "test" package
(https://docs.python.org/3/library/test.html). Renaming to "tests" is
common practice and avoids this clash.

Importing fom the "test" namespace can cause problems due to clashing
with the standard library "test" package
(https://docs.python.org/3/library/test.html). Renaming to "tests" is
common practice and avoids this clash.
@ryan-collingham ryan-collingham merged commit 1e29862 into morganstanley:master Apr 12, 2019
@ryan-collingham ryan-collingham deleted the rlc/move_tests branch June 25, 2019 11:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant