예제 #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()
예제 #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()
예제 #3
0
 def setUp(self):
     self.df = TextDiffFormatter(MockRecordDifference())
예제 #4
0
 def setUp(self):
     self.df = TextDiffFormatter(MockRecordDifference())