Skip to content

Commit

Permalink
drafts tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov committed Jul 16, 2024
1 parent 68dbdd4 commit fff2aee
Showing 1 changed file with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
import pytest
from simcore_postgres_database.models.services_compatibility import (
services_compatibility,
)

assert services_compatibility


def test_insert_services_compatibility():
# TODO: use this test to produce complete fakes for other tests
pytest.fail(reason="Not implemented")


def test_update_services_compatibility():
# what can change and what not?
pytest.fail(reason="Not implemented")


def test_delete_services_compatibility():
# TODO: how it deletes? casacade/null policies?
# TODO: pk dependencies?
pytest.fail(reason="Not implemented")

0 comments on commit fff2aee

Please sign in to comment.