petter2025's picture
Create README.md
45a8b0a verified
|
raw
history blame
388 Bytes

Timeline Feature Test Suite

Overview

Test suite for the Before/After Timeline feature in ARF.

Test Files

  • test_timeline_calculator.py - Unit tests for calculation logic
  • test_timeline_formatter.py - Unit tests for formatting
  • test_timeline_integration.py - Integration tests
  • conftest.py - Shared fixtures

Running Tests

Run all tests

pytest tests/