Example #1
0
    def test_get_msg(self):
        '''This currently checks that an exception is not thrown.'''
        for record in self._records:
            sr = SummaryRecord()
            sr.load_from_msg(record)

            # not a proper test yet
            sr.get_msg()
Example #2
0
 def test_get_msg(self):
     '''This currently checks that an exception is not thrown.'''
     for record in self._records:
         sr = SummaryRecord()
         sr.load_from_msg(record)
         
         # not a proper test yet
         sr.get_msg()