rename test files to be unambigously numbered

This commit is contained in:
holger krekel
2023-10-20 22:39:23 +02:00
parent 83e6a42252
commit 107d10ace4
3 changed files with 3 additions and 0 deletions

View File

@@ -79,6 +79,9 @@ def benchmark(request):
def pytest_terminal_summary(terminalreporter):
tr = terminalreporter
results = tr.config._benchresults
if not results:
return
tr.section("benchmark results")
float_names = 'median min max'.split()
width = max(map(len, float_names))