removed unnecessary comments in test_models.py
This commit is contained in:
parent
918d4de72a
commit
fc63bdaa17
@ -156,8 +156,6 @@ class TestModelTemplates:
|
|||||||
)
|
)
|
||||||
|
|
||||||
def test_modelTemplateAdd(self, setup):
|
def test_modelTemplateAdd(self, setup):
|
||||||
# There currently isn't a way to test for order, so this is just a
|
|
||||||
# smoke test for now
|
|
||||||
ac.modelTemplateAdd(
|
ac.modelTemplateAdd(
|
||||||
modelName="test_model",
|
modelName="test_model",
|
||||||
template={
|
template={
|
||||||
@ -175,8 +173,6 @@ class TestModelTemplates:
|
|||||||
}
|
}
|
||||||
|
|
||||||
def test_modelTemplateRemove(self, setup):
|
def test_modelTemplateRemove(self, setup):
|
||||||
# There currently isn't a way to test for order, so this is just a
|
|
||||||
# smoke test for now
|
|
||||||
ac.modelTemplateRemove(
|
ac.modelTemplateRemove(
|
||||||
modelName="test_model",
|
modelName="test_model",
|
||||||
templateName="Card 2"
|
templateName="Card 2"
|
||||||
|
Loading…
Reference in New Issue
Block a user