NNPDF / reportengine

A framework for declarative data analysis
https://data.nnpdf.science/validphys-docs/guide.html
GNU General Public License v2.0
1 stars 2 forks source link

Improve test executor readability #62

Closed comane closed 5 months ago

comane commented 6 months ago

This PR does:

Note: client.close is needed by test_executor and test_builder. Otherwise if test_builder is pytested runned before the test_executor, test_executor will be stuck because the client has not been closed appropriately