Skip to content

Commit 64ff6a8

Browse files
authored
Remove testing and error recovery sections from README
Removed sections on integration testing, performance testing, and error recovery from the README.
1 parent 1f496cc commit 64ff6a8

1 file changed

Lines changed: 0 additions & 25 deletions

File tree

python/README.md

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -187,31 +187,6 @@ protos/ # Existing protobuf definitions
187187

188188
## Testing
189189

190-
### Integration Testing
191-
Run integration tests to verify all components:
192-
```bash
193-
python python/utils/integration_test.py
194-
```
195-
196-
### Performance Testing
197-
Monitor performance through the GUI or programmatically:
198-
```python
199-
from python.utils.performance_monitor import PerformanceMonitor
200-
201-
monitor = PerformanceMonitor()
202-
monitor.start_monitoring()
203-
# ... run application ...
204-
summary = monitor.get_performance_summary()
205-
```
206-
207-
## Error Recovery
208-
209-
The application implements comprehensive error recovery:
210-
- **Exponential Backoff**: Automatic retry with increasing delays
211-
- **Graceful Degradation**: Continue operation with reduced functionality
212-
- **Error Categorization**: Different recovery strategies for different error types
213-
- **User Notifications**: Clear error messages and recovery status
214-
215190
## Theme Management
216191

217192
### Available Themes

0 commit comments

Comments
 (0)