remove create test; need inputs
This commit is contained in:
@@ -15,9 +15,9 @@ class TestCustomerTools:
|
|||||||
users = tools.list()
|
users = tools.list()
|
||||||
assert len(users) == 2
|
assert len(users) == 2
|
||||||
|
|
||||||
def test_should_create_customer(self, seed, session, monkeypatch):
|
# def test_should_create_customer(self, seed, session, monkeypatch):
|
||||||
CustomerTools(session).create(1)
|
# CustomerTools(session).create(1)
|
||||||
pass
|
# pass
|
||||||
|
|
||||||
def test_delete_user_should_remove_from_db(self, seed, session):
|
def test_delete_user_should_remove_from_db(self, seed, session):
|
||||||
pass
|
pass
|
||||||
|
|||||||
Reference in New Issue
Block a user