blob: 903cfc84e2b387dff776840a898d97c6f97f4ca2 [file] [log] [blame]
#!/usr/bin/env python
# coding=utf-8
import os
import pytest
os.environ['TESTING'] = 'True'
@pytest.fixture
def mocked_params():
return {'params': 1}