Exemplo n.º 1
0
 def test_can_import_part_name_with_dot(self):
     self.assertEqual(_find_part_names('\*Part,name=Test.1\n')[0],'Test.1')
Exemplo n.º 2
0
 def test_can_import_part_names(self):
     self.assertEqual(_find_part_names('\*Part,name=Test\n')[0],'Test')