more collab tests

This commit is contained in:
2025-08-27 10:15:30 +02:00
parent f492b12479
commit a0c0bf7931
3 changed files with 8 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ class TestCustomerTools:
def test_should_create_customer(self, seed, session, monkeypatch):
CustomerTools(session).create(1)
monkeypatch.setattr()
pass
def test_delete_user_should_remove_from_db(self, seed, session):
pass
@@ -28,6 +28,7 @@ class TestCollaboratorTools:
def test_should_reply_id_by_name(self, seed, session):
tool = CollaboratorTools(session)
reply = tool.get_id_by_name("Col1")
assert reply == 1
def test_should_reply_id_by_team_id(self, seed, session):
pass