mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced 2025-10-29 17:50:37 +00:00
Enable all the factory tests
Ooops ...
This commit is contained in:
@@ -55,8 +55,7 @@ del is_a_pi
|
|||||||
|
|
||||||
@pytest.fixture(
|
@pytest.fixture(
|
||||||
scope='module',
|
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):
|
def pin_factory(request):
|
||||||
# Constructs each pin factory in turn with some extra logic to ensure
|
# Constructs each pin factory in turn with some extra logic to ensure
|
||||||
# the pigpiod daemon gets started and stopped around the pigpio factory
|
# the pigpiod daemon gets started and stopped around the pigpio factory
|
||||||
|
|||||||
Reference in New Issue
Block a user