conftest.py import os os.environ['TESTING'] = 'True' import pytest, main @pytest.fixture def app(): yield main.app @pytest.fixture def ...
確定! 回上一頁