Added an empty list return from parameter factories
Compare changes
Files
2@@ -2,6 +2,7 @@ import unittest
@@ -15,6 +16,23 @@ except ImportError:
@@ -30,6 +48,10 @@ class TestBaseMCOFactory(unittest.TestCase):
Created by: stefanoborini
Small fix to return an empty list if the parameter_factories is undeclared. The default implementation should just return an empty list.