Skip to content

Commit

Permalink
docs: Fix command to run python tests on documentation (#4111)
Browse files Browse the repository at this point in the history
docs: Update command to run python tests on documentation

Signed-off-by: Breno Costa <brenocosta0901@gmail.com>
  • Loading branch information
breno-costa authored Apr 17, 2024
1 parent 44dc82a commit f3ad288
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ Even if you have created the `OfflineStore` class in a separate repo, you can st
2. Make sure that your offline store doesn't break any unit tests first by running:

```
make test-python
make test-python-unit
```
3. Next, set up your offline store to run the universal integration tests. These are integration tests specifically intended to test offline and online stores against Feast API functionality, to ensure that the Feast APIs works with your offline store.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ Even if you have created the `OnlineStore` class in a separate repo, you can sti
1. In the Feast submodule, we can run all the unit tests and make sure they pass:

```
make test-python
make test-python-unit
```
2. The universal tests, which are integration tests specifically intended to test offline and online stores, should be run against Feast to ensure that the Feast APIs works with your online store.
* Feast parametrizes integration tests using the `FULL_REPO_CONFIGS` variable defined in `sdk/python/tests/integration/feature_repos/repo_configuration.py` which stores different online store classes for testing.
Expand Down

0 comments on commit f3ad288

Please sign in to comment.