Exemplo n.º 1
0
 def setUp(self):
     self.firefox_plugin = FirefoxCachePlugin()
Exemplo n.º 2
0
class TestJanitorPlugin(unittest.TestCase):
    def setUp(self):
        self.firefox_plugin = FirefoxCachePlugin()

    def test_firefox_plugin(self):
        self.assertTrue(os.path.expanduser('~/.mozilla/firefox/5tzbwjwa.default'), self.firefox_plugin.get_path())