Files
nvbench/python/test
Oleksandr Pavlyk 4f66b5d7f0 Harden nvbench-compare tests for diagnostics paths
* Register the dynamically loaded nvbench_compare module in sys.modules before
executing it so tests better match normal import behavior.

* Add shared tabulate-capture helpers and select rendered comparison tables by
header suffix instead of relying on the last tabulate call. This makes display
tests robust to future summary or legend table output.

* Add coverage for unusable bulk cycle data forcing an ambiguous result instead
of falling back to summary clock confirmation.

* Rename the TOML parser integration test to clarify that it exercises whichever
parser is available in the environment, and document the Python 3.10 tomli
skip behavior.
2026-07-02 07:26:49 -05:00
..