Files
nvbench/python/test
Oleksandr Pavlyk d58119d7c6 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-06-30 06:40:44 -05:00
..