1
0
mirror of synced 2025-12-25 02:09:19 -05:00

Format code (#7978)

This commit is contained in:
Christophe Duong
2021-11-15 14:51:10 +01:00
committed by GitHub
parent d9135b0f13
commit 86ca36c5c0
99 changed files with 142 additions and 135 deletions

View File

@@ -10,7 +10,7 @@ pytest_plugins = ("source_acceptance_test.plugin",)
@pytest.fixture(scope="session", autouse=True)
def connector_setup():
""" This fixture is a placeholder for external resources that acceptance test might require."""
"""This fixture is a placeholder for external resources that acceptance test might require."""
# TODO: setup test dependencies if needed. otherwise remove the TODO comments
yield
# TODO: clean up test dependencies