aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2022-11-15auth: Return results of calling function directlyFrederick Muriuki Muriithi
2022-11-15Add missing module __init__.py to mitigate the mypy errorsFrederick Muriuki Muriithi
2022-11-15pylint: Fix a myriad of linting errorsFrederick Muriuki Muriithi
2022-11-15pylint: Fix linting errors.Frederick Muriuki Muriithi
2022-11-15tests: typo: fix migration script file nameFrederick Muriuki Muriithi
2022-11-15tests: Use `gn3.auth.db` functions for db connection and cursorFrederick Muriuki Muriithi
2022-11-15tests: Fix cause of `DeprecationWarning`Frederick Muriuki Muriithi
2022-11-14auth: Implement `create_group`Frederick Muriuki Muriithi
2022-11-14tests: split test app and test clientFrederick Muriuki Muriithi
2022-11-14Migrations: Create `user_roles` tableFrederick Muriuki Muriithi
2022-11-14auth: Add test for `create_group`Frederick Muriuki Muriithi
2022-11-14Migrations: Create the `group-leader` role and give it privilegesFrederick Muriuki Muriithi
2022-11-14Migrations: Create `group_roles` tableFrederick Muriuki Muriithi
2022-11-14Migrations: Drop `generic_role*` tablesFrederick Muriuki Muriithi
2022-11-14Rename files for consistencyFrederick Muriuki Muriithi
2022-11-14Migrations: Add generic_role_privileges tableFrederick Muriuki Muriithi
2022-11-14Migrations: Migration for initial privilegesFrederick Muriuki Muriithi
2022-11-10Migrations: Add columns to 'privileges' tableFrederick Muriuki Muriithi
2022-11-10Tests: Generalise tests for adding/removing columns to/from tablesFrederick Muriuki Muriithi
2022-11-10Migrations: migration for `role_privileges` tableFrederick Muriuki Muriithi
2022-11-10Migrations: migration for 'generic_roles' tableFrederick Muriuki Muriithi
2022-11-10Migrations: migration for 'roles' tableFrederick Muriuki Muriithi
2022-11-10Migrations: migration for 'genotype_resources' tableFrederick Muriuki Muriithi
2022-11-10Migrations: Add migration for 'phenotype_resources' tableFrederick Muriuki Muriithi
2022-11-10Migrations: Add migration for mrna_resources tableFrederick Muriuki Muriithi
2022-11-10Migrations: Add migration for 'resources' tableFrederick Muriuki Muriithi
2022-11-09Migrations: Add `resource_meta` field to `resource_categories` tableFrederick Muriuki Muriithi
2022-11-09Tests: Provide backend fixture to (apply|rollback)_single_migrationFrederick Muriuki Muriithi
2022-11-08Migrations: Improve `resource_categories` data tests.Frederick Muriuki Muriithi
2022-11-08Migrations: Init `resource_categories` with initial categoriesFrederick Muriuki Muriithi
2022-11-08Migrations: Create `resource_categories` table.Frederick Muriuki Muriithi
2022-11-08Migrations: Create `privileges` table.Frederick Muriuki Muriithi
2022-11-08Tests: Fix test name.Frederick Muriuki Muriithi
2022-11-08Tests: Fix typo: remove variable from quotes.Frederick Muriuki Muriithi
2022-11-08Tests: Generalise testing 'CREATE TABLE' migrationsFrederick Muriuki Muriithi
2022-11-08Tests: Tests the credentials check systemFrederick Muriuki Muriithi
2022-11-08Tests: Test migration to create user_credentials tableFrederick Muriuki Muriithi
2022-11-08Tests: Separate *ALL* unit test fixtures from auth-specific onesFrederick Muriuki Muriithi
2022-11-03Add credentials checkingFrederick Muriuki Muriithi
2022-11-03Rename migration test.Frederick Muriuki Muriithi
2022-11-03Initialise the Auth(entic|oris)ation packagesFrederick Muriuki Muriithi
2022-11-02Add tests for monadic_dictMunyoki Kilyungi
2022-08-30Update test: include port in parsed data from mysql uriFrederick Muriuki Muriithi
2022-08-10update test;parse outputAlexander_Kabui
2022-07-29Fix failing testsFrederick Muriuki Muriithi
2022-07-22linting and tests fixesAlexander_Kabui
2022-07-22mypy pylint fixesAlexander_Kabui
2022-07-22add unittestsAlexander_Kabui
2022-06-29use explicit parametersAlexander_Kabui
2022-06-29fix issuesAlexander_Kabui