Skip to content

Commit

Permalink
sampler module has only readonly registers -> nosetests fixed
Browse files Browse the repository at this point in the history
nosetests passing
  • Loading branch information
lneuhaus committed Sep 9, 2016
1 parent 12a4e8d commit 764ac7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyrpl/test/test_registers.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def register_validation(self, module, modulekey, reg, regkey):
'voltage2',
'firstpoint',
'lastpoint'
]:
] or modulekey == 'sampler':
return
# write something different and confirm change
if value == 0:
Expand Down

0 comments on commit 764ac7f

Please sign in to comment.