This release is the moving of the pytest hooks and test suits to this project from Centurion ERP.
-
centurion.tests.unit_class.ClassTestCasessplit into two seperate test suites:-
pytest_simplified.suites.attributes.ClassAttributesTestCasescontains the class attributes test cases. -
pytest_simplified.suites.functions.ClassFunctionsTestCasescontains the class function test cases.
-
-
django.db import models.NOT_PROVIDEDreplaced withpytest_simplified.NOT_USED. -
moved hook
pytest_pycollect_makeitemto this module.