aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/auth/test_resources.py
AgeCommit message (Collapse)Author
2022-11-24tests: Add test for `create_resource`Frederick Muriuki Muriithi
* gn3/auth/authorisation/resources.py: Define Resource and ResourceCategory classes. Create the `create_resource` stub. * tests/unit/auth/test_resources.py: test for `create_resource` function