コード例 #1
0
ファイル: test_atom.py プロジェクト: rphilander/proteus
 def test_clone_nonstopword(self):
     atom = Atom('foo', 'bar', True)
     cloned_atom = atom.clone_nonstopword()
     self.assertEqual(cloned_atom.get_stopword(), False)