sort-of-pastebin/conftest.py

10 lines
151 B
Python
Raw Normal View History

2023-12-29 20:52:40 +01:00
import pytest
import src.main as snapbin
@pytest.fixture()
def app():
snapbin.app.config["TESTING"] = True
return snapbin.app.test_client()