Create README.md
Browse files- tests/README.md +18 -0
tests/README.md
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Timeline Feature Test Suite
|
| 2 |
+
|
| 3 |
+
## Overview
|
| 4 |
+
|
| 5 |
+
Test suite for the Before/After Timeline feature in ARF.
|
| 6 |
+
|
| 7 |
+
## Test Files
|
| 8 |
+
|
| 9 |
+
- `test_timeline_calculator.py` - Unit tests for calculation logic
|
| 10 |
+
- `test_timeline_formatter.py` - Unit tests for formatting
|
| 11 |
+
- `test_timeline_integration.py` - Integration tests
|
| 12 |
+
- `conftest.py` - Shared fixtures
|
| 13 |
+
|
| 14 |
+
## Running Tests
|
| 15 |
+
|
| 16 |
+
### Run all tests
|
| 17 |
+
```bash
|
| 18 |
+
pytest tests/
|