This website requires JavaScript.
Explore
Help
Register
Sign In
yujunjun
/
autogen
Watch
1
Star
0
Fork
0
You've already forked autogen
mirror of
https://github.com/microsoft/autogen.git
synced
2025-07-10 02:21:01 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
autogen
/
python
/
packages
/
team-one
/
tests
/
test_example.py
8 lines
106 B
Python
Raw
Normal View
History
Unescape
Escape
add example team (#107) * add example team * add checks
2024-06-24 10:36:10 -04:00
import
team_one
Fixup ruff config and inclusions (#495) * 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
2024-09-13 10:41:15 -04:00
add example team (#107) * add example team * add checks
2024-06-24 10:36:10 -04:00
def
test_about
(
)
-
>
None
:
about
=
team_one
.
ABOUT
Fixup ruff config and inclusions (#495) * 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
2024-09-13 10:41:15 -04:00
assert
isinstance
(
about
,
str
)
Reference in New Issue
Copy Permalink