aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/auth/fixtures/role_fixtures.py
blob: f8b0f6fa367e40d9259c014c524b8e9a19a91f22 (plain)
1
2
3
4
5
6
7
8
9
"""Fixtures and utilities for role-related tests"""
import pytest

from gn3.auth import db

@pytest.fixture(scope="function")
def fixture_user_roles(test_users_in_group):
    conn, *_others = test_users_in_group
    raise Exception("NOT IMPLEMENTED ...")