-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Run tests as make commands in workflows (#4035)
* run tests as make commands in workflows Signed-off-by: tokoko <[email protected]> * rename test-python make command to test-python-unit Signed-off-by: tokoko <[email protected]> * add env vars to pytest.ini Signed-off-by: tokoko <[email protected]> * fix odfv transformation field signature Signed-off-by: tokoko <[email protected]> * fix linting, formatting Signed-off-by: tokoko <[email protected]> * handle stream_feature_view failures Signed-off-by: tokoko <[email protected]> --------- Signed-off-by: tokoko <[email protected]>
- Loading branch information
Showing
12 changed files
with
66 additions
and
91 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
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,4 +1,8 @@ | ||
[pytest] | ||
markers = | ||
universal_offline_stores: mark a test as using all offline stores. | ||
universal_online_stores: mark a test as using all online stores. | ||
universal_online_stores: mark a test as using all online stores. | ||
|
||
env = | ||
FEAST_USAGE=False | ||
IS_TEST=True |
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
Oops, something went wrong.