better coverage, removed some warnings
This commit is contained in:
@@ -16,7 +16,7 @@ except NameError:
|
||||
import pytest
|
||||
|
||||
import warnings
|
||||
#warnings.filterwarnings("error",category=RuntimeWarning)
|
||||
warnings.filterwarnings("error",category=UserWarning)
|
||||
|
||||
pytestmark = pytest.mark.django_db
|
||||
|
||||
|
||||
Reference in New Issue
Block a user