Exemplo n.º 1
0
class TestTextDiffFormatter(unittest.TestCase):
    def setUp(self):
        self.df = TextDiffFormatter(MockRecordDifference())

    def test__init(self):
        pass

    def test__short(self):
        txt = self.df.short()

    def test__long(self):
        txt = self.df.long()
Exemplo n.º 2
0
class TestTextDiffFormatter(unittest.TestCase):
    def setUp(self):
        self.df = TextDiffFormatter(MockRecordDifference())

    def test__init(self):
        pass

    def test__short(self):
        txt = self.df.short()

    def test__long(self):
        txt = self.df.long()
Exemplo n.º 3
0
 def setUp(self):
     self.df = TextDiffFormatter(MockRecordDifference())
Exemplo n.º 4
0
 def setUp(self):
     self.df = TextDiffFormatter(MockRecordDifference())