mirror of
https://github.com/microsoft/autogen.git
synced 2026-04-20 03:02:16 -04:00
6
python/teams/team-one/tests/test_example.py
Normal file
6
python/teams/team-one/tests/test_example.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import team_one
|
||||
|
||||
def test_about() -> None:
|
||||
about = team_one.ABOUT
|
||||
|
||||
assert isinstance(about, str)
|
||||
Reference in New Issue
Block a user