online-judge-tools / verification-helper

a testing framework for snippet libraries used in competitive programming
MIT License
207 stars 53 forks source link

Use pytest instead of python setup.py #429

Closed koba-e964 closed 6 months ago

koba-e964 commented 6 months ago

Fix #428. Fail-fast is also disabled because currently windows-latest and macos-latest both fail and inspecting what causes failure becomes hard if fail-fast is enabled.