Skip to content

Commit fb3fc9c

Browse files
committed
Remove bias test, as no longer exists
1 parent f1adb82 commit fb3fc9c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test/motors.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -118,13 +118,6 @@ def test_plimit(self):
118118
self.assertRaises(MotorError, m.plimit, -1)
119119
self.assertRaises(MotorError, m.plimit, 2)
120120

121-
def test_bias(self):
122-
"""Test setting motor bias"""
123-
m = Motor('A')
124-
m.bias(0.5)
125-
self.assertRaises(MotorError, m.bias, -1)
126-
self.assertRaises(MotorError, m.bias, 2)
127-
128121
def test_pwm(self):
129122
"""Test PWMing motor"""
130123
m = Motor('A')

0 commit comments

Comments
 (0)