Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Direct imports of snmachine classes and methods. #214

Open
2 tasks
rbiswas4 opened this issue May 18, 2020 · 0 comments
Open
2 tasks

Direct imports of snmachine classes and methods. #214

rbiswas4 opened this issue May 18, 2020 · 0 comments
Labels
enhancement Improvement to existing functionality or implementation, including adding a new functions/methods.

Comments

@rbiswas4
Copy link
Member

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 snmachine imports
@rbiswas4 rbiswas4 added the enhancement Improvement to existing functionality or implementation, including adding a new functions/methods. label May 18, 2020
@rbiswas4 rbiswas4 mentioned this issue May 18, 2020
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement to existing functionality or implementation, including adding a new functions/methods.
Projects
None yet
Development

No branches or pull requests

1 participant