damar-wicaksono / uqtestfuns

A Python3 library of test functions from the uncertainty quantification community with a common interface for validation and benchmarking purposes.
https://uqtestfuns.readthedocs.io/en/latest/
MIT License
8 stars 0 forks source link

Check if the tests has been properly set up #258

Closed damar-wicaksono closed 1 year ago

damar-wicaksono commented 1 year ago

Currently, the tests directory is organized into different folders but with a single conftest.py. Double check if this is according to the current best-practice.

damar-wicaksono commented 1 year ago

I think this is okay because I actually never run into issues.