Skip to content

Commit

Permalink
Merge pull request #85 from bjoernricks/additional-tests
Browse files Browse the repository at this point in the history
Additional tests
  • Loading branch information
bjoernricks authored Dec 21, 2018
2 parents 48663a8 + c1352b0 commit f3cde96
Show file tree
Hide file tree
Showing 60 changed files with 4,824 additions and 177 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,16 @@
* Fixed generating XML for `get_nvts` command
* Fixed generating XML for `get_settings` command
* Fixed generating XML for `get_credentials` command
* Renamed create_asset method to create_host and dropped asset_type parameter. It is
only possible to create host assets.
* Renamed create_asset method to create_host and dropped asset_type parameter.
It is only possible to create host assets.
* Updated and improved validation of `create_schedule` arguments
* Removed the format parameter from `get_credentials` method
* Removed the task_id and nvt_oid parameters from `get_notes` and
`get_overrides` methods
* Split getting a single preference by name from `get_preferences` method into
`get_preference`
* Fixed wrong order of key and value for condition_data, event_data and
method_data dict parameters of `modify_alert` method.

# python-gvm 1.0.0.beta2 (04.12.2018)

Expand Down
Loading

0 comments on commit f3cde96

Please sign in to comment.