test.cata_log_hub.api.v1.test_catalogs module
- test.cata_log_hub.api.v1.test_catalogs.test_list_catalogs(full_database, client, order)[source]
- test.cata_log_hub.api.v1.test_catalogs.test_list_catalogs__noauth(full_database, noauth_client)[source]
- test.cata_log_hub.api.v1.test_catalogs.test_list_catalogs__bad_auth(full_database, bad_auth_client)[source]
- test.cata_log_hub.api.v1.test_catalogs.test_list_catalogs__noauth__public_get(full_database, noauth_client, public_get)[source]
- test.cata_log_hub.api.v1.test_catalogs.test_list_latest_catalogs(full_database, fake_latest_catalog, client, order)[source]
- test.cata_log_hub.api.v1.test_catalogs.test_list_latest_catalogs__noauth(full_database, noauth_client)[source]
- test.cata_log_hub.api.v1.test_catalogs.test_list_latest_catalogs__bad_auth(full_database, bad_auth_client)[source]
- test.cata_log_hub.api.v1.test_catalogs.test_list_latest_catalogs__noauth__public_get(full_database, fake_latest_catalog, noauth_client, public_get)[source]
- test.cata_log_hub.api.v1.test_catalogs.test_list_previews_catalogs(full_database, fake_catalog_preview, client, order)[source]
- test.cata_log_hub.api.v1.test_catalogs.test_list_previews_catalogs__noauth(full_database, noauth_client)[source]
- test.cata_log_hub.api.v1.test_catalogs.test_list_previews_catalogs__bad_auth(full_database, bad_auth_client)[source]
- test.cata_log_hub.api.v1.test_catalogs.test_list_previews_catalogs__noauth__public_get(full_database, fake_catalog_preview, noauth_client, public_get)[source]
- test.cata_log_hub.api.v1.test_catalogs.test_list_current_catalogs(full_database, fake_catalog_current, client, order)[source]
- test.cata_log_hub.api.v1.test_catalogs.test_list_current_catalogs__noauth(full_database, noauth_client)[source]
- test.cata_log_hub.api.v1.test_catalogs.test_list_current_catalogs__bad_auth(full_database, bad_auth_client)[source]
- test.cata_log_hub.api.v1.test_catalogs.test_list_current_catalogs__noauth__public_get(full_database, fake_catalog_current, noauth_client, public_get)[source]
- test.cata_log_hub.api.v1.test_catalogs.test_list_outdated_catalogs(full_database, fake_catalog_outdated, client, order)[source]
- test.cata_log_hub.api.v1.test_catalogs.test_list_outdated_catalogs__noauth(full_database, noauth_client)[source]
- test.cata_log_hub.api.v1.test_catalogs.test_list_outdated_catalogs__bad_auth(full_database, bad_auth_client)[source]
- test.cata_log_hub.api.v1.test_catalogs.test_list_outdated_catalogs__noauth__public_get(full_database, fake_catalog_outdated, noauth_client, public_get)[source]
- test.cata_log_hub.api.v1.test_catalogs.test_get_catalog(fake_catalog, client)[source]
- test.cata_log_hub.api.v1.test_catalogs.test_get_catalog__noauth(fake_catalog, noauth_client)[source]
- test.cata_log_hub.api.v1.test_catalogs.test_get_catalog__bad_auth(fake_catalog, bad_auth_client)[source]
- test.cata_log_hub.api.v1.test_catalogs.test_get_catalog__noauth__public_get(fake_catalog, noauth_client, public_get)[source]
- test.cata_log_hub.api.v1.test_catalogs.test_get_catalog__not_found(client)[source]
- test.cata_log_hub.api.v1.test_catalogs.test_get_catalog_page(fake_catalog, fake_page, client)[source]
- test.cata_log_hub.api.v1.test_catalogs.test_get_catalog_page__noauth(fake_catalog, fake_page, noauth_client)[source]
- test.cata_log_hub.api.v1.test_catalogs.test_get_catalog_page__bad_auth(fake_catalog, fake_page, bad_auth_client)[source]
- test.cata_log_hub.api.v1.test_catalogs.test_get_catalog_page__noauth__public_get(fake_catalog, fake_page, noauth_client, public_get)[source]
- test.cata_log_hub.api.v1.test_catalogs.test_list_catalog_pages(fake_catalog, fake_page, client, order)[source]
- test.cata_log_hub.api.v1.test_catalogs.test_list_catalog_pages__noauth(fake_catalog, noauth_client)[source]
- test.cata_log_hub.api.v1.test_catalogs.test_list_catalog_pages__bad_auth(fake_catalog, bad_auth_client)[source]
- test.cata_log_hub.api.v1.test_catalogs.test_list_catalog_pages__noauth__public_get(fake_catalog, fake_page, noauth_client, public_get)[source]
- test.cata_log_hub.api.v1.test_catalogs.test_get_catalog_page__catalog_not_found(client)[source]
- test.cata_log_hub.api.v1.test_catalogs.test_get_catalog_page__page_not_found(client)[source]
- test.cata_log_hub.api.v1.test_catalogs.test_download_latest_provider_catalog__noauth(full_database, fake_provider, noauth_client)[source]
- test.cata_log_hub.api.v1.test_catalogs.test_download_catalog(fake_catalog, full_database, client)[source]
- test.cata_log_hub.api.v1.test_catalogs.test_download_catalog__noauth(full_database, fake_provider, noauth_client)[source]
- test.cata_log_hub.api.v1.test_catalogs.test_download_catalog__bad_auth(full_database, fake_provider, bad_auth_client)[source]
- test.cata_log_hub.api.v1.test_catalogs.test_download_catalog__not_found(full_database, client)[source]
- test.cata_log_hub.api.v1.test_catalogs.test_embed_catalog(fake_catalog, full_database, client)[source]
- test.cata_log_hub.api.v1.test_catalogs.test_embed_catalog__noauth(full_database, fake_provider, noauth_client)[source]
- test.cata_log_hub.api.v1.test_catalogs.test_embed_catalog__bad_auth(full_database, fake_provider, bad_auth_client)[source]
- test.cata_log_hub.api.v1.test_catalogs.test_embed_catalog__not_found(full_database, client)[source]
- test.cata_log_hub.api.v1.test_catalogs.test_download_catalog_page(fake_catalog, fake_page, fake_file, client, filename)[source]
- test.cata_log_hub.api.v1.test_catalogs.test_download_catalog_page__noauth(fake_catalog, fake_page, noauth_client)[source]
- test.cata_log_hub.api.v1.test_catalogs.test_download_catalog_page__bad_auth(fake_catalog, fake_page, bad_auth_client)[source]
- test.cata_log_hub.api.v1.test_catalogs.test_download_catalog_page__noauth__public_get(fake_catalog, fake_page, fake_file, noauth_client, public_get)[source]
- test.cata_log_hub.api.v1.test_catalogs.test_download_catalog_page__page_not_found(fake_catalog, client)[source]
- test.cata_log_hub.api.v1.test_catalogs.test_download_catalog_page__catalog_not_found(client)[source]
- test.cata_log_hub.api.v1.test_catalogs.test_embed_catalog_page(fake_catalog, fake_page, fake_file, client, filename)[source]
- test.cata_log_hub.api.v1.test_catalogs.test_embed_catalog_page__noauth(fake_catalog, fake_page, noauth_client)[source]
- test.cata_log_hub.api.v1.test_catalogs.test_embed_catalog_page__bad_auth(fake_catalog, fake_page, bad_auth_client)[source]
- test.cata_log_hub.api.v1.test_catalogs.test_embed_catalog_page__noauth__public_get(fake_catalog, fake_page, fake_file, noauth_client, public_get)[source]
- test.cata_log_hub.api.v1.test_catalogs.test_embed_catalog_page__page_not_found(fake_catalog, client)[source]
- test.cata_log_hub.api.v1.test_catalogs.test_embed_catalog_page__catalog_not_found(client)[source]