-
Notifications
You must be signed in to change notification settings - Fork 60
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
Update tag commands in gmpv8 and exclude tests from installation #115
Update tag commands in gmpv8 and exclude tests from installation #115
Conversation
fa8465b
to
9924f92
Compare
Codecov Report
@@ Coverage Diff @@
## master #115 +/- ##
=========================================
+ Coverage 96.33% 96.4% +0.07%
=========================================
Files 10 10
Lines 2428 2479 +51
=========================================
+ Hits 2339 2390 +51
Misses 89 89
Continue to review full report at Codecov.
|
9924f92
to
979dedc
Compare
979dedc
to
f6c1a7a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
f6c1a7a
to
9694136
Compare
9694136
to
d73b1aa
Compare
I would apply 1829bdd if Gmpv8 is changed too. Regarding the tests, I am not sure if they should be excluded from the wheel completely but installing them as tests package seems bad to me. So I would go for it too. Feel free to create on PR for both changes. |
Implement create_tag and modify_tag in gvm.protocols.gmpv8 with parameters and sent command structure according to the api documentation.
Exclude tests from installation.
The first commit concerning gvm.protocols.gmpv8:create_tag has actually been tested against a gvm, the rest are armchair exercises. I will be happy to create a new merge request with only tested code (though i don't anticipate a need for modify_tag in my projects) or to squash the commits if you prefer.
Checklist: