2864
2864
def get_merger_factory(self):
2865
2865
# Allows the inner methods to access the test attributes
2868
2868
class FooMerger(_mod_merge.ConfigurableFileMerger):
2872
2872
def merge_text(self, params):
2874
2874
return ('not_applicable', None)