Ejemplo n.º 1
0
 def test_clone_nonstopword(self):
     atom = Atom('foo', 'bar', True)
     cloned_atom = atom.clone_nonstopword()
     self.assertEqual(cloned_atom.get_stopword(), False)