From 1b393c3ea76adbf02093a2275b772191ca0d85ca Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Mon, 2 Feb 2026 08:08:56 +0000 Subject: [PATCH] Add integration tests and fixtures --- tests/fixtures/sample_logs.syslog | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/fixtures/sample_logs.syslog diff --git a/tests/fixtures/sample_logs.syslog b/tests/fixtures/sample_logs.syslog new file mode 100644 index 0000000..90693fe --- /dev/null +++ b/tests/fixtures/sample_logs.syslog @@ -0,0 +1,5 @@ +Jan 15 10:30:00 server-01 systemd[1]: Started LogLens Application. +Jan 15 10:30:01 server-01 app[1234]: ERROR: Connection refused to database:5432 +Jan 15 10:30:02 server-01 app[1234]: WARNING: Using deprecated API endpoint +Jan 15 10:30:03 server-02 kernel: [1234.567] Connection timeout +Jan 15 10:30:04 server-01 app[1234]: INFO: Request processed successfully