-
-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
enhancementNew feature or requestNew feature or request
Description
There's a test demonstrating the expected behavior here:
Lines 106 to 112 in 7977594
| @pytest.mark.xfail(reason='https://github.com/jacebrowning/datafiles/issues/64') | |
| def it_converts_attributes(expect, sample): | |
| expect(sample.datafile.data) == { | |
| 'name': "a", | |
| 'score': 0.5, | |
| 'nested': {'name': "b"}, | |
| } |
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request