============================= test session starts ==============================
platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
cachedir: .pytest_cache
rootdir: $(@D)
configfile: pyproject.toml
collecting ... collected 51 items

housekeeping/tests/test_classes.py::ClassDeprecatedMixinTests::test_init_on_subclass PASSED
housekeeping/tests/test_classes.py::ClassDeprecatedMixinTests::test_init_with_deprecation_msg PASSED
housekeeping/tests/test_classes.py::ClassDeprecatedMixinTests::test_init_with_deprecation_warning PASSED
housekeeping/tests/test_classes.py::ClassDeprecatedMixinTests::test_init_with_pending_deprecation_warning PASSED
housekeeping/tests/test_classes.py::ClassDeprecatedMixinTests::test_subclass_with_deprecation_msg PASSED
housekeeping/tests/test_classes.py::ClassDeprecatedMixinTests::test_subclass_with_deprecation_warning PASSED
housekeeping/tests/test_classes.py::ClassDeprecatedMixinTests::test_subclass_with_grandchildren PASSED
housekeeping/tests/test_classes.py::ClassDeprecatedMixinTests::test_subclass_with_pending_deprecation_warning PASSED
housekeeping/tests/test_classes.py::ClassDeprecatedMixinTests::test_subclass_with_warning_cls_callable PASSED
housekeeping/tests/test_classes.py::ClassMovedMixinTests::test_init_on_subclass PASSED
housekeeping/tests/test_classes.py::ClassMovedMixinTests::test_init_with_deprecation_msg PASSED
housekeeping/tests/test_classes.py::ClassMovedMixinTests::test_init_with_deprecation_warning PASSED
housekeeping/tests/test_classes.py::ClassMovedMixinTests::test_init_with_pending_deprecation_warning PASSED
housekeeping/tests/test_classes.py::ClassMovedMixinTests::test_subclass_with_deprecation_msg PASSED
housekeeping/tests/test_classes.py::ClassMovedMixinTests::test_subclass_with_deprecation_warning PASSED
housekeeping/tests/test_classes.py::ClassMovedMixinTests::test_subclass_with_grandchildren PASSED
housekeeping/tests/test_classes.py::ClassMovedMixinTests::test_subclass_with_new_base_cls PASSED
housekeeping/tests/test_classes.py::ClassMovedMixinTests::test_subclass_with_pending_deprecation_warning PASSED
housekeeping/tests/test_classes.py::ClassMovedMixinTests::test_subclass_with_warning_cls_callable PASSED
housekeeping/tests/test_functions.py::DeprecatedArgValueTests::test_with_deprecation_warning PASSED
housekeeping/tests/test_functions.py::DeprecatedArgValueTests::test_with_warning_cls_as_callable PASSED
housekeeping/tests/test_functions.py::DeprecateNonKeywordOnlyArgsTests::test_decorated_state PASSED
housekeeping/tests/test_functions.py::DeprecateNonKeywordOnlyArgsTests::test_with_deprecation_warning_1_arg PASSED
housekeeping/tests/test_functions.py::DeprecateNonKeywordOnlyArgsTests::test_with_deprecation_warning_and_message PASSED
housekeeping/tests/test_functions.py::DeprecateNonKeywordOnlyArgsTests::test_with_deprecation_warning_n_args PASSED
housekeeping/tests/test_functions.py::DeprecateNonKeywordOnlyArgsTests::test_with_pending_deprecation_warning_1_arg PASSED
housekeeping/tests/test_functions.py::DeprecateNonKeywordOnlyArgsTests::test_with_pending_deprecation_warning_n_args PASSED
housekeeping/tests/test_functions.py::DeprecateNonKeywordOnlyArgsTests::test_with_using_kwonly_args PASSED
housekeeping/tests/test_functions.py::DeprecateNonKeywordOnlyArgsTests::test_with_warning_cls_callable PASSED
housekeeping/tests/test_functions.py::FuncDeprecatedTests::test_decorated_state PASSED
housekeeping/tests/test_functions.py::FuncDeprecatedTests::test_with_deprecation_warning PASSED
housekeeping/tests/test_functions.py::FuncDeprecatedTests::test_with_deprecation_warning_and_message PASSED
housekeeping/tests/test_functions.py::FuncDeprecatedTests::test_with_pending_deprecation_warning PASSED
housekeeping/tests/test_functions.py::FuncDeprecatedTests::test_with_pending_deprecation_warning_and_message PASSED
housekeeping/tests/test_functions.py::FuncDeprecatedTests::test_with_warning_cls_callable PASSED
housekeeping/tests/test_functions.py::FuncMovedTests::test_decorated_state PASSED
housekeeping/tests/test_functions.py::FuncMovedTests::test_with_deprecation_warning PASSED
housekeeping/tests/test_functions.py::FuncMovedTests::test_with_deprecation_warning_and_message PASSED
housekeeping/tests/test_functions.py::FuncMovedTests::test_with_new_func_as_callable PASSED
housekeeping/tests/test_functions.py::FuncMovedTests::test_with_new_func_as_string PASSED
housekeeping/tests/test_functions.py::FuncMovedTests::test_with_pending_deprecation_warning PASSED
housekeeping/tests/test_functions.py::FuncMovedTests::test_with_pending_deprecation_warning_and_message PASSED
housekeeping/tests/test_functions.py::FuncMovedTests::test_with_warning_cls_callable PASSED
housekeeping/tests/test_modules.py::ModuleDeprecatedTests::test_with_deprecation_warning PASSED
housekeeping/tests/test_modules.py::ModuleDeprecatedTests::test_with_message PASSED
housekeeping/tests/test_modules.py::ModuleDeprecatedTests::test_with_pending_deprecation_warning PASSED
housekeeping/tests/test_modules.py::ModuleDeprecatedTests::test_with_warning_cls_callable PASSED
housekeeping/tests/test_modules.py::ModuleMovedTests::test_with_deprecation_warning PASSED
housekeeping/tests/test_modules.py::ModuleMovedTests::test_with_message PASSED
housekeeping/tests/test_modules.py::ModuleMovedTests::test_with_pending_deprecation_warning PASSED
housekeeping/tests/test_modules.py::ModuleMovedTests::test_with_warning_cls_callable PASSED

======== 51 passed ========