Skip to content

Commit

Permalink
Export more vector stuff, print skipped and failed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yuce committed Nov 15, 2024
1 parent c932a50 commit c96853d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion hazelcast/vector.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from typing import Any, Dict, List, Optional, Union


__all__ = "Document", "Vector", "IndexConfig", "SearchResult"
__all__ = "Document", "Vector", "IndexConfig", "SearchResult", "Metric", "Type"


class Type(enum.IntEnum):
Expand Down
1 change: 1 addition & 0 deletions run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def wait_until_rc_is_ready():

args = [
"pytest",
"-rsx",
"--cov=hazelcast",
"--cov-report=xml",
]
Expand Down

0 comments on commit c96853d

Please sign in to comment.