-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementImprovement to existing functionality or implementation, including adding a new functions/methods.Improvement to existing functionality or implementation, including adding a new functions/methods.
Description
Imports of snmachine classes and methods that users use should not depend on the internal organization of the code and should be accessible from an snmachine import, rather than requiring to specify the module within snmachine where these objects are located.
This requires
- changing the
__init__file to import such methods - Unit tests should be for there such relevant methods and classes (which we mostly have). The tests should be changed to use just the
snmachineimports
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementImprovement to existing functionality or implementation, including adding a new functions/methods.Improvement to existing functionality or implementation, including adding a new functions/methods.