mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-27 16:12:56 +00:00
This will help to keep us from using deprecated Python features going forward. Signed-off-by: Tristan Partin <tristan@neon.tech>
11 lines
339 B
Python
11 lines
339 B
Python
"""
|
|
Tests that aren't really tests or benchmarks.
|
|
|
|
They're intended for the case where we want to standardize & automate setup,
|
|
but then debug a performance problem interactively.
|
|
It's kind of an abuse of the test framework, but, it's our only tool right
|
|
now to automate a complex test bench setup.
|
|
"""
|
|
|
|
from __future__ import annotations
|