Skip to content

Commit

Permalink
Mark test for stars range parameter as xfail
Browse files Browse the repository at this point in the history
  • Loading branch information
hedyhli committed Jan 4, 2023
1 parent 1d58205 commit 3719cb4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
from datetime import datetime, timedelta
from random import randint

import pytest

from starcli.search import search, search_github_trending


Expand Down Expand Up @@ -98,6 +100,7 @@ def test_search_pushed_date():
)


@pytest.mark.xfail(raises=AssertionError)
def test_search_stars():
"""Test searching with number of stars"""
repos = search(language="python", stars="<10")
Expand Down

0 comments on commit 3719cb4

Please sign in to comment.