Closed benjello closed 3 days ago
A first analysis shows that we are missing tests of the trace option. 😬
And to write these tests we need to find the right syntax; our test command is built on top of pytest
and our current tests do not show examples including this pytest syntax change: Node Construction changed to Node.from_parent (which is a little bit more complex than it looks)
Hi there!
I really enjoy OpenFisca, but I recently encountered an issue.
Here is what I did:
I ran with openfisca-core >= 43
Here is what I expected to happen:
I expected to obtain a verbose test or at least a passing test
Here is what actually happened:
I got
This error is not present with core 41.5.3
I also added an error int the test file and a depth option to investigate more
The computation log was printed in core 41.5.3 but o output in >=43
cc @bonjourmauko