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
Replace AutomaticPackageReloader by Kiss Reloader (#224)
* Drop AutomaticPackageReloader requirements
1. Remove all existing modules from sys.modules[] cache to force them
being reloaded in correct order. This strategy is battle proved by
A File Icon, GitGutter and PackageDev.
2. Drop obsolete AutomaticPackageReloader dependencies.
- Reloading ut.py always reloads all submodules.
- Recreating UnitTesting33 each time is acceptable.
* Add support for Kiss Reloader
see: https://github.com/kaste/KissReloader
0 commit comments