# LED blinking (with unit tests)

While playing with Raspberry Pi and LEDs in GPIO, I wanted to be able to unit test blinking logic.

For this purpose, implemented simple Python generator that produces current state of the world.

Unit tests are in pytest.