Exemplo n.º 1
0
 def test_clear_cache(self):
     rex("s/cache/test/")
     rex_clear_cache()
     self.assertNotIn("s/cache/test/", rex_module.REX_CACHE)
Exemplo n.º 2
0
def test_clear_cache():
    rex('s/cache/test/')
    rex_clear_cache()
    assert not 's/cache/test/' in rex_module.REX_CACHE
Exemplo n.º 3
0
 def test_clear_cache(self):
     rex('s/cache/test/')
     rex_clear_cache()
     self.assertNotIn('s/cache/test/', rex_module.REX_CACHE)
Exemplo n.º 4
0
def test_clear_cache():
    rex('s/cache/test/')
    rex_clear_cache()
    assert not 's/cache/test/' in rex_module.REX_CACHE
Exemplo n.º 5
0
 def test_clear_cache(self):
     rex('s/cache/test/')
     rex_clear_cache()
     self.assertNotIn('s/cache/test/', rex_module.REX_CACHE)