We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Hub.path
str
1 parent f0b87d4 commit d89279cCopy full SHA for d89279c
1 file changed
tests/test_hub.py
@@ -20,8 +20,8 @@ def test_wrong_or_missing_parameter():
20
with pytest.raises(TypeError):
21
Hub()
22
23
- with pytest.raises(TypeError):
24
- Hub(1)
+ hub = Hub(1)
+ assert hub.path == "1"
25
26
27
def test_multiple_manual_ports():
0 commit comments