This commit is contained in:
Ken Roberts 2016-05-27 22:55:54 -07:00
parent 546030b64d
commit c27b676c8c

View File

@ -34,6 +34,7 @@ from tests.resources.projector.data import TEST_PIN, TEST_SALT, TEST_CONNECT_AUT
pjlink_test = PJLink1(name='test', ip='127.0.0.1', pin=TEST_PIN, no_poll=True)
class DummyTimer(object):
'''
Dummy class to fake timers
@ -47,6 +48,7 @@ class DummyTimer(object):
def stop(self, *args, **kwargs):
pass
class TestPJLink(TestCase):
"""
Tests for the PJLink module