autogen/python/teams/team-one/tests/test_example.py
Jack Gerrits b3ef035e3e add example team (#107)
* add example team

* add checks
2024-06-24 10:36:10 -04:00

6 lines
104 B
Python

import team_one
def test_about() -> None:
about = team_one.ABOUT
assert isinstance(about, str)