mirror of
https://github.com/microsoft/autogen.git
synced 2025-09-05 06:17:36 +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) |