()
| 19 | |
| 20 | @pytest.fixture |
| 21 | def tmpl(): |
| 22 | yield ( |
| 23 | """ |
| 24 | <!DOCTYPE html> |
| 25 | <html> |
| 26 | <head> |
| 27 | <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> |
| 28 | </head> |
| 29 | <body> |
| 30 | </body> |
| 31 | <script> |
| 32 | </script> |
| 33 | </html> |
| 34 | """ |
| 35 | ) # noqa |
| 36 | |
| 37 | |
| 38 | # Root path variable |
no outgoing calls
no test coverage detected