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