File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 4
4
- [x] Smoke test the CLI with a tmp file.
5
5
- [x] OCR path behind ` PYTEST_DONUT=yes ` flag.
6
6
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
+
7
19
## Implementation Notes
8
20
9
21
### Spark Integration Tests
You can’t perform that action at this time.
0 commit comments