ArchiveBox/archivebox/tests
Claude 2ea66d05d1
Move tag slug logic onto Tag.slug @property
Replaces the tag_filename_safe() helper with a Tag.slug property
that returns the slugified form via django.utils.text.slugify.
Call sites now just use tag.slug directly.
2026-04-21 17:32:25 +00:00
..
__init__.py wip major changes 2025-12-24 20:10:38 -08:00
conftest.py Fix pytest basetemp handling in test harness 2026-03-24 14:46:05 -07:00
fixtures.py wip 2026-03-23 03:58:32 -07:00
migrations_helpers.py update working changes 2026-03-25 05:36:07 -07:00
test_add_view.py wip 2026-03-23 03:58:32 -07:00
test_admin_config_widget.py wip 2026-03-23 03:58:32 -07:00
test_admin_links.py update working changes 2026-03-25 05:36:07 -07:00
test_admin_views.py update working changes 2026-03-25 05:36:07 -07:00
test_api_cli_schedule.py wip 2026-03-23 03:58:32 -07:00
test_archive_result_service.py small fixes 2026-04-06 23:47:38 -07:00
test_auth_ldap.py wip 2026-03-23 03:58:32 -07:00
test_cli_add.py wip 2026-03-23 03:58:32 -07:00
test_cli_archiveresult.py wip 2026-03-23 03:58:32 -07:00
test_cli_config.py wip 2026-03-23 03:58:32 -07:00
test_cli_crawl.py wip 2026-03-23 03:58:32 -07:00
test_cli_extract_input.py wip 2026-03-23 03:58:32 -07:00
test_cli_extract.py wip 2026-03-23 03:58:32 -07:00
test_cli_help.py wip 2026-03-23 03:58:32 -07:00
test_cli_init.py wip 2026-03-23 03:58:32 -07:00
test_cli_install.py Fix archivebox CI regressions 2026-03-24 15:36:23 -07:00
test_cli_list.py wip 2026-03-23 03:58:32 -07:00
test_cli_manage.py wip 2026-03-23 03:58:32 -07:00
test_cli_piping.py split CrawlSetup into Install phase with new Binary + BinaryRequest events 2026-03-23 13:16:47 -07:00
test_cli_remove.py wip 2026-03-23 03:58:32 -07:00
test_cli_run.py update working changes 2026-03-25 05:36:07 -07:00
test_cli_schedule.py wip 2026-03-23 03:58:32 -07:00
test_cli_search.py wip 2026-03-23 03:58:32 -07:00
test_cli_server.py wip 2026-03-23 03:58:32 -07:00
test_cli_shell.py wip 2026-03-23 03:58:32 -07:00
test_cli_snapshot.py wip 2026-03-23 03:58:32 -07:00
test_cli_status.py wip 2026-03-23 03:58:32 -07:00
test_cli_update.py wip 2026-03-23 03:58:32 -07:00
test_cli_version.py wip 2026-03-23 03:58:32 -07:00
test_config_views.py Reuse cached binaries in archivebox runtime 2026-03-24 11:03:43 -07:00
test_config.py wip 2026-03-23 03:58:32 -07:00
test_crawl_admin.py wip 2026-03-23 03:58:32 -07:00
test_crawl.py wip 2026-03-23 03:58:32 -07:00
test_hooks.py small fixes 2026-04-06 23:47:38 -07:00
test_machine_models.py small fixes 2026-04-06 23:47:38 -07:00
test_migrations_04_to_09.py wip 2026-03-23 03:58:32 -07:00
test_migrations_07_to_09.py wip 2026-03-23 03:58:32 -07:00
test_migrations_08_to_09.py Fix CI workflows and migration tests 2026-03-24 13:37:02 -07:00
test_migrations_fresh.py Drop Tag slug column and use URL-encoded names 2026-04-20 17:05:07 +00:00
test_persona_admin.py WIP: checkpoint working tree before rebasing onto dev 2026-03-22 20:25:18 -07:00
test_persona_runtime.py wip 2026-03-23 03:58:32 -07:00
test_process_runtime_paths.py wip 2026-03-23 03:58:32 -07:00
test_process_service.py update working changes 2026-03-25 05:36:07 -07:00
test_recursive_crawl.py wip 2026-03-23 03:58:32 -07:00
test_runner.py small fixes 2026-04-06 23:47:38 -07:00
test_savepagenow.py wip 2026-03-23 03:58:32 -07:00
test_schedule_e2e.py small fixes 2026-04-06 23:47:38 -07:00
test_schedule.py wip 2026-03-23 03:58:32 -07:00
test_server_security_browser.py Fix CI workflows and migration tests 2026-03-24 13:37:02 -07:00
test_settings_signal_webhooks.py tons of fixes with codex 2026-01-19 01:00:53 -08:00
test_snapshot.py wip 2026-03-23 03:58:32 -07:00
test_tag_admin.py Move tag slug logic onto Tag.slug @property 2026-04-21 17:32:25 +00:00
test_tag_service.py update working changes 2026-03-25 05:36:07 -07:00
test_test_harness.py Fix pytest basetemp handling in test harness 2026-03-24 14:46:05 -07:00
test_title.py wip 2026-03-23 03:58:32 -07:00
test_update.py wip 2026-03-23 03:58:32 -07:00
test_urls.py Fix archivebox CI regressions 2026-03-24 15:36:23 -07:00
test_util.py wip 2026-03-23 03:58:32 -07:00