generated from Luis/nextjs-python-web-template
Stash changes
This commit is contained in:
@@ -75,6 +75,13 @@ class TestEntitiesApi(unittest.TestCase):
|
||||
"""
|
||||
pass
|
||||
|
||||
def test_get_entity_by_name(self) -> None:
|
||||
"""Test case for get_entity_by_name
|
||||
|
||||
Get Entity By Name # noqa: E501
|
||||
"""
|
||||
pass
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
|
||||
Reference in New Issue
Block a user