We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e22f725 commit f912971Copy full SHA for f912971
test/test_validation.py
@@ -13,6 +13,7 @@ class TestValidation(unittest.TestCase):
13
def setUp(self):
14
self.doc = samplefile.SampleFileCreator().create_document()
15
self.maxDiff = None
16
+ self.dir_path = os.path.dirname(os.path.realpath(__file__))
17
18
def filter_repository_errors(self, errors):
19
return filter(lambda x: "A section should have an associated "
0 commit comments