# This file tells py.test to scan for test_xxx() functions in# any file below here, not just those named test_xxxx.py.defpytest_collect_file(path,parent):if"grudge/examples"instr(path.dirpath())andpath.ext==".py":returnparent.Module(path,parent=parent)