Exemplo n.º 1
0
 def setUp(self):
     reddit.disconnect("cache2.json")
Exemplo n.º 2
0
 def test_nocache(self):
     with self.assertRaises(reddit.RedditException):
         reddit.disconnect("non-existant-cache.json")
     reddit.disconnect("cache2.json")
Exemplo n.º 3
0
 def setUp(self):
     reddit.disconnect("cache2.json")
Exemplo n.º 4
0
 def test_nocache(self):
     with self.assertRaises(reddit.RedditException):
         reddit.disconnect("non-existant-cache.json")
     reddit.disconnect("cache2.json")