more collab tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user