PyFixate / Fixate

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

Fxconfig duplicate prevention #212

Closed jcollins1983 closed 1 month ago

jcollins1983 commented 1 month ago

This PR addresses the TODO # TODO: Prevent writing duplicate to the config. and adds some tests.

The {posargs} in the pytest call in tox.ini was committed by accident, it was part of my debugging of testing on mac, but I left it in as I figured it isn't hurting anything and provides some flexibility. Happy to revert if requested though.