Ejemplo n.º 1
0
 def test_orphaned_env(self):
     orphans = env_gc.find_orphans()
     if orphans:
         self.fail(
             'the following .env files are not referenced ' +
             'in config.json, please run `bazel run //jobs:env_gc`: ' +
             ' '.join(orphans))
Ejemplo n.º 2
0
 def test_orphaned_env(self):
     orphans = env_gc.find_orphans()
     if orphans:
         self.fail('the following .env files are not referenced ' +
                   'in config.json, please run `bazel run //jobs:env_gc: ' +
                   ' '.join(orphans))