Beispiel #1
0
def test_stubbing():
    try:
        for line in stub_templates(ad_path):
            logger.debug('Stub line: %s', line)
    except OSError:
        # self.fail('AreaDetector db path needed to run test')
        pass
Beispiel #2
0
 def test_stubbing(self):
     try:
         for line in stub_templates(self.ad_path):
             logger.debug('Stub line: %s', line)
     except OSError:
         # self.fail('AreaDetector db path needed to run test')
         pass