You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add @pytest.mark.portal marker and supporting fixtures (#37)
Introduce a portal marker that lets tests declare GenericSetup profiles,
content, and roles inline — without overriding the portal fixture.
New session-scoped fixtures: apply_profiles, create_content, grant_roles.
Also: bump Plone to 6.1.4, add plone-stubs to test deps, update mx.ini.
Added `@pytest.mark.portal` marker support for configuring the `portal` fixture with GenericSetup profiles, pre-created content, and user roles. @ericof
0 commit comments