Hi,
I’m pretty new to making code contributions on this project and am a bit at a loss as to how to test my PRs properly. I’ve read the contributer guide and run python test/run_test.py
, but am having the following issues:
- A number of tests fail locally, even when I checkout the
strict/viable
branch and apply no changes. - Running all of the tests takes hours (I killed the test script after the 3h mark).
Given that, if I make some changes, how do I know which (if any) tests will break as a result? Is there some nice way to get a quick test diff
?