PyFixate / Fixate

Framework for hardware test fixtures and automatic test environments
MIT License
22 stars 16 forks source link

Fix #167: Check if stdin is a terminal before calling termios on it #198

Closed josh-marshall-amp closed 2 months ago

josh-marshall-amp commented 2 months ago

On *nix, check if stdin is a terminal before calling termios on it as those operations fail on a pipe, ie when running pytest.