mirror of
https://github.com/microsoft/autogen.git
synced 2026-01-08 05:01:59 +00:00
6 lines
104 B
Python
6 lines
104 B
Python
|
|
import team_one
|
||
|
|
|
||
|
|
def test_about() -> None:
|
||
|
|
about = team_one.ABOUT
|
||
|
|
|
||
|
|
assert isinstance(about, str)
|