(tmpdir)
| 10 | |
| 11 | |
| 12 | def get_unicode_builder(tmpdir): |
| 13 | proj = Project.from_path(os.path.join(os.path.dirname(__file__), "ünicöde-project")) |
| 14 | env = Environment(proj) |
| 15 | pad = Database(env).new_pad() |
| 16 | |
| 17 | return pad, Builder(pad, str(tmpdir.mkdir("output"))) |
| 18 | |
| 19 | |
| 20 | def test_unicode_project_folder(tmpdir): |
no test coverage detected