mirror of
https://github.com/microsoft/autogen.git
synced 2025-07-08 17:43:40 +00:00

* add tests to ruff for core * fmt * lint * lint fixes * fixup more dirs * dont include non python * lint fixes * lint fixes * fix dir name * dont relative include
8 lines
106 B
Python
8 lines
106 B
Python
import team_one
|
|
|
|
|
|
def test_about() -> None:
|
|
about = team_one.ABOUT
|
|
|
|
assert isinstance(about, str)
|