Skip to content

Commit

Permalink
Add FIXMEs for failing tests on py34
Browse files Browse the repository at this point in the history
  • Loading branch information
rm-hull committed Jan 29, 2017
1 parent 2ccb6c2 commit 2715ed8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_neopixel.py
Expand Up @@ -85,6 +85,7 @@ def test_display():
call(14, 0xFF, 0, 0),
call(15, 0xFF, 0, 0),
])
# FIXME: #70 - Figure out why this fails on py34 only
# ws2812.show.assert_called()


Expand All @@ -99,4 +100,5 @@ def test_mapping():

expected = [call(num_pixels - i - 1, i, 0, 0) for i in range(num_pixels)]
ws2812.setPixelColor.assert_has_calls(expected)
# FIXME: #70 - Figure out why this fails on py34 only
# ws2812.show.assert_called()

0 comments on commit 2715ed8

Please sign in to comment.