Skip to content

Commit

Permalink
Review rework
Browse files Browse the repository at this point in the history
  • Loading branch information
javiermtorres committed Nov 14, 2024
1 parent 2d614e7 commit 6626a70
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lumigator/python/mzai/backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ The backend needs to retrieve the location of the database used in tests via the
SQLALCHEMY_DATABASE_URL=sqlite:///local.db uv run pytest
```

Note that this will create an SQLite database file named `local.db` in the `backend` directory. Remove it before running another batch of tests.

## Data models

As an engineer/contributor, when you change a data model or add a new model which needs to be
Expand Down
5 changes: 4 additions & 1 deletion lumigator/python/mzai/sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,8 @@ To run integration tests, please use:
pushd ../../../../ # go back to the project root
make start-lumigator-build # wait until all containers are up and running
popd
uv run pytest -o python_files="int_test_*.py"
uv run pytest -o python_files="int_test_*.py" # wait until all tests have passed; update and repeat...
pushd ../../../../ # go back to the project root
make local-down # wait until all containers are removed
popd
```

0 comments on commit 6626a70

Please sign in to comment.