flask-rest-template icon indicating copy to clipboard operation
flask-rest-template copied to clipboard

remove clear_db from tests

Open sibelius opened this issue 8 years ago • 0 comments

clear_db() is not necessary when you use

@pytest.yield_fixture(scope='function')

and delete the mocked object after use

sibelius avatar Oct 27 '15 00:10 sibelius