moved html mocks to html sub folder and updated conftest.py to read from new location with better path and endpoint handling
This commit is contained in:
11
tests/mocks/html/simple.html.jinja
Normal file
11
tests/mocks/html/simple.html.jinja
Normal file
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>{{ title }}</title>
|
||||
<meta name="description" content="{{ description }}">
|
||||
</head>
|
||||
<body>
|
||||
<div id="content">{{ content }}</div>
|
||||
<a href="{{ link_url }}">{{ link_text }}</a>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user