-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* remove function from tests * fix test * cleanup update with delete_project_now * black style * update project delete * add init_sync_from_db and functions * tests for init from db * tests data * update tests * update description * use functions to make test more general * skip test due to changes in MM * use functions * simplify * add docstrings * docstring * sql file as parameter * constant schema names * update sql files for tests * simplify tests according to review * do not skip test * install from requirements files * remove * require versions * files that trigger testing * run only basic tests * fix project info obtaining using updated mergin-client api * correctly access project info * need to actively read project metadata, otherwise old info is stored * correctly convert to list * Revert "run only basic tests" This reverts commit 57bcc93. * removed deprecated metadata calls * use full project name * fix skip tables * fix ignored tables setup * install using requirements.txt --------- Co-authored-by: Jan Caha <[email protected]>
- Loading branch information
Showing
13 changed files
with
377 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
pytest>=6.2 | ||
pytest-cov>=3.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
mergin-client>=0.8.3 | ||
mergin-client==0.9.0 | ||
dynaconf>=3.1 | ||
psycopg2>=2.9 |
Oops, something went wrong.