#!/usr/bin/python3 # coding=utf-8 import time from flask import url_for, escape from . util import live_server_setup import pytest jq_support = True try: import jq except ModuleNotFoundError: jq_support = False def test_setup(live_server): live_server_setup(live_server) def test_unittest_inline_html_extract(): # So lets pretend that the JSON we want is inside some HTML content=""" food and stuff and more
and it can also be repeated