add example team (#107)

* add example team

* add checks
This commit is contained in:
Jack Gerrits
2024-06-24 10:36:10 -04:00
committed by GitHub
parent 0d697037a1
commit b3ef035e3e
8 changed files with 114 additions and 6 deletions

View File

@@ -0,0 +1,6 @@
import team_one
def test_about() -> None:
about = team_one.ABOUT
assert isinstance(about, str)