def test_BaseInterface_inputs():
    input_map = dict(ignore_exception=dict(
        nohash=True,
        usedefault=True,
    ), )
    inputs = BaseInterface.input_spec()

    for key, metadata in input_map.items():
        for metakey, value in metadata.items():
            yield assert_equal, getattr(inputs.traits()[key], metakey), value
def test_BaseInterface_inputs():
    input_map = dict(ignore_exception=dict(nohash=True,
    usedefault=True,
    ),
    )
    inputs = BaseInterface.input_spec()

    for key, metadata in input_map.items():
        for metakey, value in metadata.items():
            yield assert_equal, getattr(inputs.traits()[key], metakey), value
Beispiel #3
0
 def __init__(self):
     BaseInterface.__init__(self)
     self.conmat_files = []
     self.conmat_file = []
Beispiel #4
0
 def __init__(self):
     BaseInterface.__init__(self)
     self.plot_conmat_file = []
Beispiel #5
0
 def __init__(self):
     BaseInterface.__init__(self)
     self.power_file = []