adafruit / Adafruit_CircuitPython_PIOASM

Simple assembler to convert pioasm to bytes
MIT License
27 stars 17 forks source link

Tests use unittest instead of pytest #56

Closed tekktrik closed 1 year ago

tekktrik commented 1 year ago

Items in the test/ folder use unittest instead of pytest which seems to have weird effects on how the CI behaves, causing a faulty failure. Either switching to pytest or an option to disable testing even if tests/ exists will fix the issue.