PyFixate / Fixate

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

Turn warning into errors and fix them #185

Closed clint-lawrence closed 5 months ago

clint-lawrence commented 5 months ago

Pass the -W error flag to pytest runs, which makes warnings into errors. This uncovered a few invalid regex strings that have been fixed.

clint-lawrence commented 5 months ago

@Jasper-Harvey0 I'm planning to get a release made from master as it is right now, and then I'll merge this.