Skip to content

Commit

Permalink
Updated tests.py to import mocked blinkt.
Browse files Browse the repository at this point in the history
  • Loading branch information
speratus committed Oct 2, 2019
1 parent a59023a commit bdebb50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#import blinkt
import sys
sys.modules['blinkt'] = mock.MagicMock()
import blinkt

from blinkter import BlinktBoard, Pixel, LED
from blinkter.threads import FlashThread, BlinkThread, AdvancedBlinkThread
Expand Down

0 comments on commit bdebb50

Please sign in to comment.