Closed karczex closed 4 years ago
@szyrom and @ldorau please review this pull request
tests/pmemkv_tests.py, line 258 at r1 (raw file):
why removing these?
Removing part of test related to removed API function get_keys_strings()
pmemkv/kvengine.cc, line 286 at r3 (raw file):
what about pmemkv_errormsg in exception message?
Here should be thrown PmemkvException (which should be added) instead of general exception. In such exception, error message should be added. It's related to this issue: https://github.com/pmem/pmemkv-python/issues/18
This change is