Skip to content

Commit

Permalink
Test failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
farshidz committed Feb 4, 2025
1 parent 11cdfc6 commit fb7ecb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
run: |
cd marqo
export PYTHONPATH="./src"
set -o pipefail
pytest --durations=100 --cov=src --cov-branch --cov-context=test \
--cov-report=html:cov_html --cov-report=xml:cov.xml --cov-report term:skip-covered \
--md-report --md-report-flavor gfm --md-report-output pytest_result_summary.md \
Expand Down
1 change: 1 addition & 0 deletions tests/unit_tests/marqo/core/search/test_search_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
class TestMarqoFilterStringParser(MarqoTestCase):

def test_parse_successful(self):
raise Exception('test')
test_cases = [
(
'a:b',
Expand Down

0 comments on commit fb7ecb2

Please sign in to comment.