openfisca / openfisca-core

OpenFisca core engine. See other repositories for countries-specific code & data.
https://openfisca.org
GNU Affero General Public License v3.0
170 stars 75 forks source link

Make the test runner of openfisca test more resilient #1313

Open bonjourmauko opened 2 days ago

bonjourmauko commented 2 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)

Originally posted by @sandcha in https://github.com/openfisca/openfisca-core/issues/1293#issuecomment-2483783837

See also #1299