Exemple #1
0
def test_goldfish() -> None:
    with APP.app_context():
        mtggoldfish.scrape(1)
Exemple #2
0
def test_goldfish() -> None:
    with APP.app_context():  # type: ignore
        mtggoldfish.scrape(1)