We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c876f5e commit 3443231Copy full SHA for 3443231
env/integtest_tuning_agent.py
@@ -14,6 +14,8 @@ class MockTuningAgent(TuningAgent):
14
15
16
class PostgresConnTests(unittest.TestCase):
17
+ dbgym_cfg: DBGymConfig
18
+
19
@staticmethod
20
def setUpClass() -> None:
21
# If you're running the test locally, this check makes runs past the first one much faster.
0 commit comments