You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a bunch of lazy imports tests in facebookincubator/cinder that we've carried for the PEP 690 implementation. I've identified a gap between the Cinder lazy imports test suite and the tests we added for PEP 810. I'd like to port some of those tests over to increase coverage.
Specific coverage areas to tackle:
Dict operations with lazy values (copy, |, update, values/items)
Attribute side effects (submodule imports don't overwrite parent attrs)
Module/variable name collisions (submodule vs variable ordering)
Deleted module reimport (sys.modules deletion and reimport)
We have a bunch of lazy imports tests in facebookincubator/cinder that we've carried for the PEP 690 implementation. I've identified a gap between the Cinder lazy imports test suite and the tests we added for PEP 810. I'd like to port some of those tests over to increase coverage.
Specific coverage areas to tackle:
__import__viaexecwith lazy importsLinked PRs