mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-09-14 11:06:13 +05:00
Add comprehensive unit tests for the CLI piping architecture: - test_cli_crawl.py: crawl create/list/update/delete tests - test_cli_snapshot.py: snapshot create/list/update/delete tests - test_cli_archiveresult.py: archiveresult create/list/update/delete tests - test_cli_run.py: run command create-or-update and pass-through tests Extend tests_piping.py with: - TestPassThroughBehavior: tests for pass-through behavior in all commands - TestPipelineAccumulation: tests for accumulating records through pipeline All tests use pytest fixtures from conftest.py with isolated DATA_DIR. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| conftest.py | ||
| test_cli_archiveresult.py | ||
| test_cli_crawl.py | ||
| test_cli_run.py | ||
| test_cli_snapshot.py | ||
| test_hooks.py | ||
| test_migrations_04_to_09.py | ||
| test_migrations_07_to_09.py | ||
| test_migrations_08_to_09.py | ||
| test_migrations_fresh.py | ||
| test_migrations_helpers.py | ||