Ejemplo n.º 1
0
 def test_allows_whitespace_in_identifiers(self, text, identifiers):
     assert sorted(helpers.find_list_of_identifiers(text)) == sorted(identifiers)
Ejemplo n.º 2
0
 def test_allows_whitespace_in_identifiers(self, text, identifiers):
     assert sorted(helpers.find_list_of_identifiers(text)) == sorted(identifiers)
Ejemplo n.º 3
0
 def test_returns_only_valid_identifiers(self, text, identifiers):
     assert sorted(helpers.find_list_of_identifiers(text)) == sorted(identifiers)
Ejemplo n.º 4
0
 def test_returns_only_valid_identifiers(self, text, identifiers):
     assert sorted(helpers.find_list_of_identifiers(text)) == sorted(identifiers)