Skip to content

Bunch of fixes related to beekeepy

Krzysztof Mochocki requested to merge kmochocki/beekeepy into develop

Bug fixed


Issues and Features

  1. resolves: wax#56 (closed)
  2. fix problem with exception catching from requests library
  3. update KeyPair definition
  4. add and use session object
  5. update api schemas (closes !29)
  6. move beekeeper from and closes hive!1243
  7. update, bump and use for both subprojects linters and formatters

How it was fixed?

  1. Changes asset.amount type from bytes to int
  2. change imports from httpx to requests (typo)
  3. allow to pass str on object creation
  4. add session object and update SessionHolder class
  5. remove confirmation password from remove key
  6. move all files and directories from mentioned MR in hive
  7. use configuration from clive

Tests

  1. hive/tests/python/functional/operation_tests/comment_tests/test_complex_scenarios.py::test_1_9_case
  2. hive/tests/python/functional/beekeepy/handle/api_tests/test_api_close_session.py::test_if_beekeeper_closes_after_last_session_termination
  3. hive/tests/python/functional/beekeepy/handle/simple_flow/test_simple_flow.py::test_simple_flow

Edited by Krzysztof Mochocki

Merge request reports