예제 #1
0
 def setUp(self):
     self.firefox_plugin = FirefoxCachePlugin()
예제 #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())