Skip to content

Commit

Permalink
Add parent instrument names to channels in docstring exceptions
Browse files Browse the repository at this point in the history
Co-authored-by: Benedikt Moneke <[email protected]>
  • Loading branch information
bilderbuchi and BenediktBurger committed Jul 23, 2023
1 parent de1d76e commit e88b0a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/instruments/test_all_instruments.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,9 @@ def find_devices_in_module(module):
"Keithley2260B",
"Keithley2306",
"Keithley2306Channel",
"BatteryChannel",
"Step",
"Relay",
"BatteryChannel", # Keithley2306
"Step", # Keithley2306
"Relay", # Keithley2306
"Keithley2400",
"Keithley2450",
"Keithley2600",
Expand Down

0 comments on commit e88b0a5

Please sign in to comment.