jupyterhub / binderhub

Run your code in the cloud, with technology so advanced, it feels like magic!
https://binderhub.readthedocs.io
BSD 3-Clause "New" or "Revised" License
2.54k stars 388 forks source link

refactor: pytest/coverage config to pyproject.toml, set --maxfail to 2 #1709

Closed consideRatio closed 1 year ago

consideRatio commented 1 year ago

This is pure refactoring besides --maxfail=2, which I think is a bit better than having 10 failures before reporting the summary - which takes longer time. Also, with ten failures, its abit harder to sift through the logs to whats interesting to focus on between test run attempts.