Skip to content

Commit 6863c7d

Browse files
committed
Update ticket with completion status and summary
1 parent 5f26233 commit 6863c7d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

notes/story-1.7-tkt.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44
- [x] Smoke test the CLI with a tmp file.
55
- [x] OCR path behind `PYTEST_DONUT=yes` flag.
66

7+
**Status: COMPLETED**
8+
9+
## Summary
10+
11+
This story focused on implementing robust integration tests for the DataFog project. We successfully:
12+
13+
1. Added integration test markers and configurations to run Spark in local mode
14+
2. Created smoke tests for the CLI using temporary files to verify functionality
15+
3. Implemented conditional OCR testing with the PYTEST_DONUT flag to control when real OCR is used
16+
17+
All tests can now be run with `pytest -m "integration"` and the OCR tests can be run with real OCR functionality by setting `PYTEST_DONUT=yes`.
18+
719
## Implementation Notes
820

921
### Spark Integration Tests

0 commit comments

Comments
 (0)