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.
alembic.ini
1 parent ce23441 commit 5e19241Copy full SHA for 5e19241
tests/unit/test_db.py
@@ -85,7 +85,7 @@ def handler(config):
85
def test_configure_alembic(monkeypatch):
86
config_obj = pretend.stub(set_main_option=pretend.call_recorder(lambda *a: None))
87
88
- def config_cls():
+ def config_cls(file_=None):
89
return config_obj
90
91
monkeypatch.setattr(alembic.config, "Config", config_cls)
0 commit comments