Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

[Feature Templates] Add Integration tests #656

Open
cicharka opened this issue May 13, 2024 · 0 comments
Open

[Feature Templates] Add Integration tests #656

cicharka opened this issue May 13, 2024 · 0 comments
Labels
enhancement New feature or request feature-template

Comments

@cicharka
Copy link
Collaborator

Description

Add integration tests with all available models.

Suggested by @jpkrajewski :

def test_create():
    # Arrange
    created_model = Model()
    # Act
    id = api.create(created_model)
    response_model = api.get(id)
    # Assert
    assert response_model = created_model
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request feature-template
Projects
None yet
Development

No branches or pull requests

1 participant