Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix tests #130

Merged
merged 37 commits into from
Sep 4, 2024
Merged

Fix tests #130

merged 37 commits into from
Sep 4, 2024

Conversation

JanCaha
Copy link
Collaborator

@JanCaha JanCaha commented Oct 6, 2023

Fixes #110

REQUIRES MERGIN-CLIENT that is not yet released !!! Uses the new delete_project_now() function.

add test for init from db

fixes some minor issues in tests from previous versions

test/conftest.py Show resolved Hide resolved
test/test_init_db.py Show resolved Hide resolved
test/test_init_db.py Outdated Show resolved Hide resolved
test/conftest.py Outdated Show resolved Hide resolved
test/test_basic.py Outdated Show resolved Hide resolved
@JanCaha
Copy link
Collaborator Author

JanCaha commented Dec 13, 2023

Ok, this seems to be ready for being merge:

  • CI now installs according to requirements.txt
  • version of mergin-client raised to 0.9.0
  • fixed some deprecated calls in db-sync (mostly use of MerginProject.metadata)
  • in function _get_mergin_project() we need to strictly reread project metadata for cached projects, otherwise old metadata pop up, even if the mergin.json file has newer info
  • fixed some tests
  • added tests for init_from_db

@wonder-sk wonder-sk merged commit b84d41d into master Sep 4, 2024
1 check passed
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.

Create test for init from db
2 participants