DataBiosphere / data-store

AWS and GCP data storage system for genomic data.
https://dss.dev.ucsc-cgp-redwood.org
Other
3 stars 2 forks source link

[Auth0 CRUD Part 3] Fix auth tests, add Auth0 auth tests #136

Closed chmreid closed 4 years ago

chmreid commented 4 years ago

This fixes existing auth tests in tests/test_auth.py and adds tests for the Auth0 Authorization class.

Part 1: #130 (adds mixins for FLAC and Auth0AuthZ extensions, adds parameter checks)

Part 2: #135 (handles case of admin action)

Part 3: #136 (expands and updates tests, updates and fixes auth API)

chmreid commented 4 years ago

dcd879b incorporates this suggestion from #135