Skip to content

Commit

Permalink
what happens if proxy tests are skipped
Browse files Browse the repository at this point in the history
  • Loading branch information
aaugustin committed Jan 26, 2025
1 parent bfcd665 commit 4cea49a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion tests/asyncio/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ def create_connection(*args, **kwargs):
) as client:
self.assertTrue(client.create_connection_ran)

@unittest.skip("TODO - skipped to get a passing run")
async def test_reconnect(self):
"""Client reconnects to server."""
iterations = 0
Expand Down
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ commands =
python -m coverage report --show-missing --fail-under=100
deps =
coverage
mitmproxy
python-socks

[testenv:maxi_cov]
commands =
Expand Down

0 comments on commit 4cea49a

Please sign in to comment.