Add unit test coverage (#71, #63, #62, #56, #55) #83

Merged
TapTap merged 1 commits from fix/test-coverage into main 2026-07-20 19:13:35 +02:00
Owner

Adds unit tests for:

  • #71: sendfile zero-copy transfer path (test_file_sendfile)
  • #63: multiprocessing module (test_multiprocessing)
  • #62: logging module (test_log)
  • #56: scanner pattern edge cases (extended test_scanner)
  • #55: transport modules — TCP, SSH, TLS (test_transport_tcp, test_transport_ssh, test_transport_tls)

22 tests total, all passing.

Adds unit tests for: - #71: sendfile zero-copy transfer path (test_file_sendfile) - #63: multiprocessing module (test_multiprocessing) - #62: logging module (test_log) - #56: scanner pattern edge cases (extended test_scanner) - #55: transport modules — TCP, SSH, TLS (test_transport_tcp, test_transport_ssh, test_transport_tls) 22 tests total, all passing.
TapTap added 1 commit 2026-07-20 19:12:50 +02:00
fix: add unit test coverage — issues #71, #63, #62, #56, #55
CI / lint (pull_request) Failing after 2s
CI / build-and-test (pull_request) Has been skipped
CI / sanitizers (address) (pull_request) Has been skipped
CI / sanitizers (undefined) (pull_request) Has been skipped
CI / fuzz-build (pull_request) Has been skipped
CI / coverage (pull_request) Has been skipped
CI / valgrind (pull_request) Has been skipped
2fed5dddaa
TapTap merged commit 12ca4b13c8 into main 2026-07-20 19:13:35 +02:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: TapTap/FastSync#83