Add integration tests and fixtures
Some checks failed
CI / test (3.10) (push) Failing after 4m57s
CI / test (3.11) (push) Failing after 4m55s
CI / test (3.12) (push) Failing after 4m53s
CI / test (3.9) (push) Failing after 4m56s
CI / lint (push) Failing after 4m47s
CI / build (push) Has been skipped

This commit is contained in:
2026-02-02 08:08:57 +00:00
parent 1b393c3ea7
commit 5d6d33bb58

4
tests/fixtures/sample_logs.apache vendored Normal file
View File

@@ -0,0 +1,4 @@
192.168.1.1 - - [15/Jan/2024:10:30:00 +0000] "GET /api/users HTTP/1.1" 200 1234 "-" "Mozilla/5.0"
192.168.1.2 - - [15/Jan/2024:10:30:01 +0000] "POST /api/login HTTP/1.1" 401 567 "-" "Mozilla/5.0"
192.168.1.3 - - [15/Jan/2024:10:30:02 +0000] "GET /api/orders HTTP/1.1" 500 4321 "-" "Mozilla/5.0"
192.168.1.1 - - [15/Jan/2024:10:30:03 +0000] "GET /static/main.css HTTP/1.1" 304 0 "https://example.com/" "Mozilla/5.0"