def setUp(self):
     self.maxDiff = None
     self._wd = os.getcwd()
     PomUtils.reset_caches()
Esempio n. 2
0
 def setUp(self):
   PomUtils.reset_caches()
Esempio n. 3
0
def reset_caches():
    """Reset the internal caches in some of the libraries used for BUILD file generation."""
    PomUtils.reset_caches()
    squarepants.pom_handlers.reset_caches()
Esempio n. 4
0
 def setUp(self):
   self.maxDiff = None
   self._wd = os.getcwd()
   PomUtils.reset_caches()
Esempio n. 5
0
 def setUp(self):
     PomUtils.reset_caches()
     logging.basicConfig()
Esempio n. 6
0
 def setUp(self):
   PomUtils.reset_caches()
   logging.basicConfig()
Esempio n. 7
0
def reset_caches():
  """Reset the internal caches in some of the libraries used for BUILD file generation."""
  PomUtils.reset_caches()
  squarepants.pom_handlers.reset_caches()
 def setUp(self):
   self._orig_wd = os.getcwd()
   os.chdir(self.REPO_ROOT)
   PomUtils.reset_caches()
Esempio n. 9
0
 def setUp(self):
     self._orig_wd = os.getcwd()
     os.chdir(self.REPO_ROOT)
     PomUtils.reset_caches()