Skip to content

Commit

Permalink
tests(integration): add integration test for proxy_settings
Browse files Browse the repository at this point in the history
relates-to: #69
  • Loading branch information
SplinterHead committed May 24, 2024
1 parent 378c437 commit 33d1acb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/integration/test_boinc_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,13 @@ def test_global_preferences(boinc_session_client):
assert "error" in result # No global_preferences file available


@mark.integration
def test_proxy_settings(boinc_session_client):
result = boinc_session_client.get_proxy_settings()
assert result
assert "proxy_info" in result


@mark.authenticated
def test_can_attach_and_detach_project(boinc_test_client, project_weak_key):
assert (
Expand Down

0 comments on commit 33d1acb

Please sign in to comment.