Enable all the factory tests

Ooops ...
This commit is contained in:
Dave Jones
2016-10-23 10:35:24 +01:00
parent f09b5c5c18
commit 2ecc25f995

View File

@@ -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