Skip to content

Commit e936368

Browse files
Delete unused fixture
1 parent 558c1dd commit e936368

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

tests/test_records.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,6 @@
1313
from softioc.device_core import RecordLookup
1414
import sim_records
1515

16-
# Counter for unique record number
17-
counter = 0
18-
19-
@pytest.fixture
20-
def record_number():
21-
"""Unique counter for record naming"""
22-
global counter
23-
counter += 1
24-
return counter
25-
2616

2717
def _clear_records():
2818
# Remove any records created at epicsdbbuilder layer

0 commit comments

Comments
 (0)