You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OneAuth/tests
veypi 01620b3185 refactor(test): restructure integration tests for auth and permissions
- Move and split 'auth/auth_test.go' into the 'tests/' directory
    - Add 'tests/main_test.go' for global test suite setup
    - Add 'tests/helpers_test.go' for shared test utilities
    - Create separate test files for different auth scenarios ('auth_test.go', 'none_auth_test.go')
    - Add focused tests for org permissions and middleware ('org_permission_test.go', 'resource_perm_test.go', 'org_load_middleware_test.go')
1 week ago
..
auth_test.go refactor(test): restructure integration tests for auth and permissions 1 week ago
helpers_test.go refactor(test): restructure integration tests for auth and permissions 1 week ago
main_test.go refactor(test): restructure integration tests for auth and permissions 1 week ago
none_auth_test.go refactor(test): restructure integration tests for auth and permissions 1 week ago
org_load_middleware_test.go refactor(test): restructure integration tests for auth and permissions 1 week ago
org_permission_test.go refactor(test): restructure integration tests for auth and permissions 1 week ago
resource_perm_test.go refactor(test): restructure integration tests for auth and permissions 1 week ago