mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-11 15:15:18 +02:00
add tests..
This commit is contained in:
parent
ccdb9a4bb2
commit
8bea366f28
1 changed files with 1 additions and 5 deletions
|
|
@ -38,13 +38,9 @@ class WTFMixin(BaseModel):
|
|||
c: str = "c"
|
||||
d: str = "d"
|
||||
|
||||
def __init__(self, **data):
|
||||
super().__init__(**data)
|
||||
|
||||
|
||||
class ModelY(WTFMixin, ModelX):
|
||||
def __init__(self, **data):
|
||||
super().__init__(**data)
|
||||
pass
|
||||
|
||||
|
||||
def test_config_mixin_1():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue