tinyweb/tests
lichenblankie 4d522ce62c added pytest test suite (174 tests)
174 tests covering URL normalization, FTS5 query sanitization, SSRF/CSRF
guards, sharing-mode logic, DB schema and upsert paths, handler
end-to-end flows, and gateway body-size / mesh-whitelist guards. Each
recent bug-fix commit (6ffd38d, 1bc695f, 8dffd8c) has an explicit
regression test in test_regressions.py. One xfail documents a minor
latent bug in clean_url where port 80 is not stripped from upgraded
https URLs.
2026-06-05 05:29:36 +00:00
..
test_csrf.py added pytest test suite (174 tests) 2026-06-05 05:29:36 +00:00
test_db_index_url.py added pytest test suite (174 tests) 2026-06-05 05:29:36 +00:00
test_db_schema.py added pytest test suite (174 tests) 2026-06-05 05:29:36 +00:00
test_fts_sanitizer.py added pytest test suite (174 tests) 2026-06-05 05:29:36 +00:00
test_gateway_limits.py added pytest test suite (174 tests) 2026-06-05 05:29:36 +00:00
test_handlers_pages.py added pytest test suite (174 tests) 2026-06-05 05:29:36 +00:00
test_handlers_search.py added pytest test suite (174 tests) 2026-06-05 05:29:36 +00:00
test_handlers_subs.py added pytest test suite (174 tests) 2026-06-05 05:29:36 +00:00
test_handlers_tags.py added pytest test suite (174 tests) 2026-06-05 05:29:36 +00:00
test_link_extraction.py added pytest test suite (174 tests) 2026-06-05 05:29:36 +00:00
test_pagination.py added pytest test suite (174 tests) 2026-06-05 05:29:36 +00:00
test_regressions.py added pytest test suite (174 tests) 2026-06-05 05:29:36 +00:00
test_sharing_logic.py added pytest test suite (174 tests) 2026-06-05 05:29:36 +00:00
test_ssrf.py added pytest test suite (174 tests) 2026-06-05 05:29:36 +00:00
test_url_cleanup.py added pytest test suite (174 tests) 2026-06-05 05:29:36 +00:00