mirror of
https://github.com/davidhalter/parso.git
synced 2026-02-22 17:48:47 +08:00
Trying to add a testsuite in pytest for the tests of pydocstyle.
This commit is contained in:
@@ -178,7 +178,7 @@ class NodeOrLeaf(object):
|
||||
with normalizer.visit_node(self):
|
||||
return ''.join(child._normalize(normalizer) for child in children)
|
||||
|
||||
def _get_normalize_errors(self, normalizer_config=None):
|
||||
def _get_normalizer_issues(self, normalizer_config=None):
|
||||
normalizer = self._get_normalizer(normalizer_config)
|
||||
self._normalize(normalizer)
|
||||
return normalizer.issues
|
||||
|
||||
Reference in New Issue
Block a user