[TODO] Implement smoke/sanity testing of circular imports #778
Labels
enhancement
New feature or request
new
New issues and PRs to triaged
structural
Structural changes needed in code base
tests
Related to testing and CI
ISSUE TYPE
SUMMARY
The current codebase is big and it's easy enough to introduce import order dependent code that produces load loops when misaligned.
There is an easy way to prevent this — copy+adjust the following test module that is based on what pytest does as well as a number of other projects I contributed to:
https://github.com/abhinavsingh/proxy.py/blob/develop/tests/test_circular_imports.py.
The text was updated successfully, but these errors were encountered: