From 063a883303497114fba069a8b15464d21c5eed01 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Fri, 21 Jul 2023 14:32:07 +0930 Subject: [PATCH] pytest: make tor-requiring tests clearly distinguishable This way you can run pytest with '-k no _tor_'. Signed-off-by: Rusty Russell --- tests/test_gossip.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_gossip.py b/tests/test_gossip.py index c2a7d96c7..ae70b000c 100644 --- a/tests/test_gossip.py +++ b/tests/test_gossip.py @@ -1999,7 +1999,7 @@ def check_socket(ip_addr, port): @pytest.mark.developer("needs a running Tor service instance at port 9151 or 9051") -def test_statictor_onions(node_factory): +def test_static_tor_onions(node_factory): """First basic tests ;-) Assume that tor is configured and just test @@ -2034,7 +2034,7 @@ def test_statictor_onions(node_factory): @pytest.mark.developer("needs a running Tor service instance at port 9151 or 9051") -def test_torport_onions(node_factory): +def test_tor_port_onions(node_factory): """First basic tests for torport ;-) Assume that tor is configured and just test