Skip to content

Commit

Permalink
Restore XFAIL markers
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Apr 5, 2023
1 parent cd291c2 commit 1ec71da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@ def test_question(client: citric.Client, survey_id: int):


@pytest.mark.integration_test
@pytest.mark.version("develop")
@pytest.mark.version("master")
def test_quota(client: citric.Client, survey_id: int):
"""Test quota methods."""
with pytest.raises(LimeSurveyStatusError, match="No quotas found"):
Expand Down Expand Up @@ -487,6 +489,8 @@ def test_file_upload_invalid_extension(


@pytest.mark.integration_test
@pytest.mark.version("develop")
@pytest.mark.version("master")
def test_get_available_site_settings(client: citric.Client):
"""Test getting available site settings."""
assert client.get_available_site_settings()
Expand Down

0 comments on commit 1ec71da

Please sign in to comment.