A powerful Python framework for writing and running portable regression tests and benchmarks for HPC systems.
BSD 3-Clause "New" or "Revised" License
224
stars
104
forks
source link
[bugfix] Fix error when more than one instance of the same fixture class are specified #3326
Open
tom91136 opened 3 days ago
This PR fixes a bug where multiple fixtures of the same class with different variables causes the following error:
Local testing looks regression free; I've also added an additional test case for the bug.
Fixes #3285.