compose/tests
Mazz Mosley 8a6061bfb9 __init__ takes service name and dict
Moving service name and dict out of the function make_service_dict
and into __init__. We always call make_service_dict with those so
let's put them in the initialiser. Slightly cleaner design intent.

The whole purpose of the ServiceLoader is to take a
service name&service dictionary then validate, process and return
service dictionaries ready to be created.

This is also another step towards cleaning the code up so we can
interpolate and validate an extended dictionary.

Signed-off-by: Mazz Mosley <mazz@houseofmnowster.com>
2015-09-02 15:42:38 +01:00
..
fixtures Run pre-commit on all files 2015-08-24 17:04:50 -04:00
integration __init__ takes service name and dict 2015-09-02 15:42:38 +01:00
unit __init__ takes service name and dict 2015-09-02 15:42:38 +01:00
__init__.py Support python 3 2015-08-25 10:37:29 -04:00