From 2ecc25f9951c775f2fdd5bf9f0b94518113e439d Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Sun, 23 Oct 2016 10:35:24 +0100 Subject: [PATCH] Enable all the factory tests Ooops ... --- tests/test_real_pins.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/test_real_pins.py b/tests/test_real_pins.py index 7fbe59e..2fc0fa7 100644 --- a/tests/test_real_pins.py +++ b/tests/test_real_pins.py @@ -55,8 +55,7 @@ del is_a_pi @pytest.fixture( scope='module', - params=('rpigpio',)) - #params=pkg_resources.get_distribution('gpiozero').get_entry_map('gpiozero_pin_factories').keys()) + params=pkg_resources.get_distribution('gpiozero').get_entry_map('gpiozero_pin_factories').keys()) def pin_factory(request): # Constructs each pin factory in turn with some extra logic to ensure # the pigpiod daemon gets started and stopped around the pigpio factory