Commit 0a6eb91
Add end-to-end test suite for real PLC testing
Adds test_client_e2e.py with comprehensive tests against a real Siemens
S7 PLC. Tests are marked with @pytest.mark.e2e and require:
- A real PLC connection (configure IP, rack, slot at top of file)
- Two data blocks: DB1 (read-only) and DB2 (read-write)
Run with: pytest tests/test_client_e2e.py -m e2e
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent a5af22b commit 0a6eb91
2 files changed
Lines changed: 732 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| |||
0 commit comments