Initial commit
This commit is contained in:
1
tests/unit_tests/__init__.py
Normal file
1
tests/unit_tests/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
"""Define any unit tests you may want in this directory."""
|
||||
5
tests/unit_tests/test_configuration.py
Normal file
5
tests/unit_tests/test_configuration.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from react_agent.configuration import Configuration
|
||||
|
||||
|
||||
def test_configuration_empty():
|
||||
Configuration.from_runnable_config({})
|
||||
Reference in New Issue
Block a user