Skip to content

Commit

Permalink
TST: modify test names so that no name is a prefix of another name
Browse files Browse the repository at this point in the history
  • Loading branch information
dmgav committed Apr 20, 2024
1 parent add624e commit d6ca5be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bluesky/tests/test_zmq.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def test_proxy_script():
assert p.returncode == 0


def test_zmq(RE, hw):
def test_zmq_basic(RE, hw):
# COMPONENT 1
# Run a 0MQ proxy on a separate process.
def start_proxy():
Expand Down Expand Up @@ -139,7 +139,7 @@ def test_zmq_RD_ports_spec(host):
del d


def test_zmq_no_RE(RE):
def test_zmq_no_RE_basic(RE):
# COMPONENT 1
# Run a 0MQ proxy on a separate process.
def start_proxy():
Expand Down

0 comments on commit d6ca5be

Please sign in to comment.