We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 805cb7e commit b7cc900Copy full SHA for b7cc900
Makefile
@@ -32,7 +32,6 @@ clean-test: ## remove test and coverage artifacts
32
33
test :
34
$(PYTHON) -m pytest .
35
- $(MAKE) -C test test
36
37
upload : test
38
$(PYTHON) -m hatch build
tests/paho_test.py
@@ -20,11 +20,6 @@
20
vg_logfiles = []
21
22
23
-class TestError(Exception):
24
- def __init__(self, message="Mismatched packets"):
25
- self.message = message
26
-
27
28
def bind_to_any_free_port(sock) -> int:
29
"""
30
Bind a socket to an available port on localhost,
0 commit comments