(tmpdir, scratch_pad)
| 177 | |
| 178 | @pytest.fixture(scope="function") |
| 179 | def scratch_builder(tmpdir, scratch_pad): |
| 180 | return Builder(scratch_pad, str(tmpdir.mkdir("output"))) |
| 181 | |
| 182 | |
| 183 | # Builder for child-sources-test-project, a project to test that child sources |