EESSI / docs

Documentation for the European Environment for Scientific Software Installations (EESSI)
https://eessi.github.io/docs
GNU General Public License v2.0
13 stars 30 forks source link

Add section on writing portable tests for the EESSI test suite #262

Closed casparvl closed 2 months ago

casparvl commented 3 months ago

Work in progress. Ideally, I need API documentation first. Or, if this proves difficult, we should probably make a note that this will come soon.

casparvl commented 3 months ago

As a note: seeing the mandatory hooks, I think we could opt for a RegressionMixin class to make things simpler, and simply make it mandatory to inherit from that. However, that's more a long-term effort, I don't want to block people from contributing until we sort this out - it might be months, it might be never.