Page MenuHomeDevCentral

Allow to import application as module
ClosedPublic

Authored by dereckson on Oct 11 2020, 19:17.
Tags
None
Referenced Files
F41664491: D2359.diff
Wed, Aug 5, 03:28
Unknown Object (File)
Tue, Jul 21, 11:07
Unknown Object (File)
Mon, Jul 20, 17:16
Unknown Object (File)
Mon, Jul 20, 15:08
Unknown Object (File)
Mon, Jul 20, 05:16
Unknown Object (File)
Sun, Jul 19, 23:34
Unknown Object (File)
Wed, Jul 8, 16:46
Unknown Object (File)
Wed, Jul 8, 14:11
Subscribers
None

Details

Summary

This is useful to debug the application or instrument it.

Test Plan
from importlib.machinery import SourceFileLoader

notifications = SourceFileLoader('notifications', '/usr/local/bin/notifications').load_module()

Diff Detail

Repository
rNOTIFCLI Notifications center CLI client
Lint
Lint Passed
Unit
No Test Coverage
Branch
main
Build Status
Buildable 3666
Build 3915: arc lint + arc unit

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Oct 11 2020, 19:17