Skip to content

Commit

Permalink
faster tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomerghelber committed Oct 6, 2014
1 parent 807d543 commit f731afe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_manga.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ def test_fetch_web(self):


class ReloadTestCase(unittest.TestCase):

@classmethod
def setUpClass(cls):
cls.__global_functions_get_content_wrapper_div = global_functions.get_content_wrapper_div
Expand All @@ -44,7 +43,6 @@ def setUp(self):

def tearDown(self):
self.manga.reload.assert_called_once_with()
self.manga.reload = self.__reload
manga.Manga._unregiter(self.manga)

def test_manga_title(self):
Expand Down Expand Up @@ -165,7 +163,6 @@ def setUp(self):

def tearDown(self):
self.assertFalse(self.manga.reload.called)
self.manga.reload = self.__reload
manga.Manga._unregiter(self.manga)

def test_id(self):
Expand Down

0 comments on commit f731afe

Please sign in to comment.