From 5d6d33bb580f7955dc8b686a1a7b14de31df4675 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Mon, 2 Feb 2026 08:08:57 +0000 Subject: [PATCH] Add integration tests and fixtures --- tests/fixtures/sample_logs.apache | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/fixtures/sample_logs.apache diff --git a/tests/fixtures/sample_logs.apache b/tests/fixtures/sample_logs.apache new file mode 100644 index 0000000..024d5f8 --- /dev/null +++ b/tests/fixtures/sample_logs.apache @@ -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"