(self, env)
| 82 | ) |
| 83 | |
| 84 | def test_level1(self, env): |
| 85 | tmpl = env.get_template(class="st">"level1") |
| 86 | assert tmpl.render() == ( |
| 87 | class="st">"|block 1 from level1|block 2 from layout|nested block 4 from layout|" |
| 88 | ) |
| 89 | |
| 90 | def test_level2(self, env): |
| 91 | tmpl = env.get_template(class="st">"level2") |
nothing calls this directly
no test coverage detected