Page MenuHomeDevCentral

Allow to import application as module
ClosedPublic

Authored by dereckson on Oct 11 2020, 19:17.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Aug 23, 13:11
Unknown Object (File)
Sat, Aug 22, 23:11
Unknown Object (File)
Fri, Aug 21, 23:54
Unknown Object (File)
Thu, Aug 20, 21:24
Unknown Object (File)
Wed, Aug 19, 13:06
Unknown Object (File)
Sun, Aug 16, 18:28
Unknown Object (File)
Sun, Aug 16, 05:30
Unknown Object (File)
Mon, Aug 10, 07:08
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