mirror of
https://github.com/microsoft/autogen.git
synced 2026-01-24 16:48:02 -05: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)
|