We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Our API uses custom natural key, i.e. oid = "person:42".
oid = "person:42"
But some tests compare retrieved objects by primary keys.
test_retrieve_object_smoke
assert_object_list
Add method get_natural_key(obj) and use it for object identification.
get_natural_key(obj)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Our API uses custom natural key, i.e.
oid = "person:42"
.But some tests compare retrieved objects by primary keys.
test_retrieve_object_smoke
assert_object_list
Add method
get_natural_key(obj)
and use it for object identification.The text was updated successfully, but these errors were encountered: