Skip to content

Conversation

@JanCaha
Copy link
Collaborator

@JanCaha JanCaha commented Sep 5, 2024

Fixes #142

@JanCaha JanCaha requested a review from ValentinBuira June 20, 2025 09:37
@wonder-sk wonder-sk removed the request for review from ValentinBuira October 8, 2025 12:17
f"to {work_dir}"
)
project_info = mc.project_info(conn_cfg.mergin_project)
if db_proj_info["project_id"] != project_info["id"]:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this is new info in db comment and we need at least one successful run can't this fail for existing set ups?



@pytest.fixture(autouse=True, scope="session")
def clean_test_dir():
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how about having only one cleanup fixture and merge this one with other cleanup?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Failed to run db sync after changing project name in the config

3 participants