Andrew Scheller
87d00f9047
Replace Event.wait(0) with Event.is_set()
...
The functionality is identical, and IMHO the latter is much more readable
2016-05-10 15:03:28 +01:00
Andrew Scheller
741a8ec7f3
More small MockPin tweaks
2016-02-21 01:24:10 +00:00
Andrew Scheller
c0d70f35f6
MockPin improvements
...
Change MockPin (and MockPWMPin) to make them behave more like 'real' pins - fixes #206
Add new MockPin tests, and rework some of the existing ones
Incorporate #216
2016-02-21 00:35:01 +00:00
Andrew Scheller
d914c79207
Small change to test_mock_pin_frequency_unsupported
2016-02-20 17:35:24 +00:00
Andrew Scheller
5c5934a8f3
'Fixed' test_mock_pin_frequency_unsupported
...
See the discussion at https://github.com/RPi-Distro/python-gpiozero/issues/206#issuecomment-186289488
2016-02-20 13:42:54 +00:00
Dave Jones
1f2140a9f5
Work on #87
...
Implement a test suite, including Travis-CI integration
2016-02-11 21:11:22 +00:00