mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2025-09-13 07:21:16 +00:00
Documentation: Support nested config
* Add examples to pydantic models.
This commit is contained in:
@@ -535,7 +535,7 @@ class TestDataSequence:
|
||||
json_str = sequence.to_json()
|
||||
assert isinstance(json_str, str)
|
||||
assert "2023-11-06" in json_str
|
||||
assert ":0.8" in json_str
|
||||
assert ": 0.8" in json_str
|
||||
|
||||
def test_from_json(self, sequence, sequence2):
|
||||
json_str = sequence2.to_json()
|
||||
|
Reference in New Issue
Block a user