flare-floss/tests
Tushar Umbarkar 112f6cf5ce
feat: add snprintf/sprintf hook (#1210)
* feat: add snprintf/sprintf hook

* test: add unit tests for SnprintfHook

* fix: resolve isort lint errors in tests

* fix: resolve black formatting and mypy type errors
2026-08-27 09:41:10 +02:00
..
data@6eba5b19cc
conftest.py test(cache): isolate cache dir and add end-to-end cache tests 2026-08-17 19:06:46 +05:30
fixtures.py
test_build_oss_db.py fix(pipeline): a concrete --language selection unilaterally beats auto-detection 2026-08-15 02:42:50 +05:30
test_cache.py test(cache): rely on the compute_key auto default 2026-08-19 17:45:30 +05:30
test_cache_integration.py test(cache): rely on the compute_key auto default 2026-08-19 17:45:30 +05:30
test_cli_args.py test(cli): drop deobfuscation-on-by-default test 2026-08-19 17:49:51 +05:30
test_code_ranges.py refactor(tests): drop qs prefix from remaining test modules 2026-08-03 01:01:37 +05:30
test_completion.py tests: cover tcsh and powershell completion output 2026-08-26 16:39:38 +05:30
test_disassembler_scripts.py scripts: replace deprecated --no with --no-string-type 2026-08-13 16:30:01 +05:30
test_gp_db.py
test_language_extract_go.py
test_language_extract_rust.py
test_language_go_coverage.py
test_language_go_known_binary.py
test_language_id.py
test_language_rust_coverage.py
test_language_rust_known_binary.py
test_layout.py style: black/isort formatting for earlier fixes 2026-08-19 04:51:04 +05:30
test_layout_elf.py refactor(tests): drop qs prefix from remaining test modules 2026-08-03 01:01:37 +05:30
test_layout_macho.py refactor(tests): drop qs prefix from remaining test modules 2026-08-03 01:01:37 +05:30
test_layout_pma0101.py refactor: move layout string extraction into Layout.extract_strings 2026-08-12 21:40:44 +05:30
test_load.py fix(results): abort when -n is below the min length used to build a doc 2026-08-17 16:34:06 +05:30
test_main.py test: remove frivolous asserts 2026-08-14 16:00:10 +05:30
test_memdiff.py
test_offset_ranges.py refactor(tests): drop qs prefix from remaining test modules 2026-08-03 01:01:37 +05:30
test_oss_db.py test(oss): drop rebuild-dependent zlib metadata asserts 2026-08-20 01:22:46 +05:30
test_ranges.py refactor(tests): drop qs prefix from remaining test modules 2026-08-03 01:01:37 +05:30
test_render.py
test_render_filters.py refactor(cli): reject any string-type selection with --summary 2026-08-19 17:46:22 +05:30
test_results_json_roundtrip.py feat(json): keep extra top-level keys instead of dropping them 2026-08-14 20:32:24 +05:30
test_snprintf_hooks.py feat: add snprintf/sprintf hook (#1210) 2026-08-27 09:41:10 +02:00
test_strings.py
test_tags_lfs.py fix(tags): detect unpulled Git LFS pointers in all loaders 2026-08-19 04:50:45 +05:30
test_winapi_db.py