You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Running tests the sentry-ruby way (splitting up into multiple yaml files. Created a script to split tox.ini into multiple yaml files automatically)
* Cleaning up the yaml file in general.
* Removed PyPy from the test suite because it was never run. We have to reevaluate support for PyPy.
This fixes#1499
Problem Statement
One part is parallelization and one part is finding slow tests and make them faster.
Solution Brainstorm
For pytest: --durations=50
shows the 50 slowest tests
The text was updated successfully, but these errors were encountered: