Esempio n. 1
0
 def test_from_term(self):
     term_copy = Term.from_term(self.term)
     assert_equal(self.term, term_copy)
     term_copy.put_term(Term())
     assert_not_equal(self.term, term_copy)