Deregister ephimeral models from ModelPermissions

Explictly delete the ephimeral models from ModelPermission
registry to avoid them being lookedup in a subsequent tests
where they don't exist.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-06-10 01:09:37 -04:00
parent 749208b5f8
commit 0d6462831a
4 changed files with 27 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ from mayan.apps.common.tests import BaseTestCase
from ..classes import ModelPermission
class ModelpermissionTestCase(BaseTestCase):
class ModelPermissionTestCase(BaseTestCase):
def test_model_permission_get_classes_as_content_type(self):
self.assertNotEqual(
ModelPermission.get_classes(as_content_type=True).count(), 0