Add integration tests and fixtures
Some checks failed
Some checks failed
This commit is contained in:
3
tests/fixtures/sample_logs.json
vendored
Normal file
3
tests/fixtures/sample_logs.json
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
{"timestamp": "2024-01-15T10:30:00Z", "level": "INFO", "message": "Application started successfully", "logger": "main"}
|
||||
{"timestamp": "2024-01-15T10:30:01Z", "level": "ERROR", "message": "Connection refused to database", "logger": "db"}
|
||||
{"timestamp": "2024-01-15T10:30:02Z", "level": "WARNING", "message": "Deprecated API call detected", "logger": "api"}
|
||||
Reference in New Issue
Block a user