mirror of
https://github.com/microsoft/autogen.git
synced 2025-07-11 19:11:39 +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) |