Skip to content

Commit

Permalink
TST #305
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed May 7, 2020
1 parent 2cec43b commit 737b6fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ def test_safe_ophyd_name(self):
["#!bang", "__bang"],
["0 is not a good name", "_0_is_not_a_good_name"],
["! is even worse!", "__is_even_worse_"],
["double.dotted.name", "double_dotted_name"],
]
for given, expected in items:
received = APS_utils.safe_ophyd_name(given)
Expand Down

0 comments on commit 737b6fb

Please sign in to comment.