Skip to content
Snippets Groups Projects
Commit c56898a0 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

TEST: Don't consider "testdir" to be a test function

parent 8c5aa6aa
No related branches found
No related tags found
No related merge requests found
...@@ -147,6 +147,8 @@ def testdir(contents=None, suffix=""): ...@@ -147,6 +147,8 @@ def testdir(contents=None, suffix=""):
shutil.rmtree(self.testdir) shutil.rmtree(self.testdir)
return ctx(contents) return ctx(contents)
testdir.__test__ = False
def make_dummy_files(paths): def make_dummy_files(paths):
"""Creates dummy files for all of the given paths. """ """Creates dummy files for all of the given paths. """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment