add standard hooks

This commit is contained in:
Bastien Gerard
2021-03-29 22:02:57 +02:00
parent e5a2714baf
commit b9d370c885
26 changed files with 39 additions and 34 deletions

View File

@@ -1,5 +1,5 @@
import pytest
from bson import DBRef, SON
from bson import SON, DBRef
from mongoengine import *
from tests.utils import MongoDBTestCase