-
Notifications
You must be signed in to change notification settings - Fork 7.2k
Closed
Labels
Description
🚀 Feature
Add a pytest.ini
.
Motivation
IMO, the default pytest
configuration is horrible and leads to enormous tracebacks that carry almost no information. Example
Pitch
Let's add a pytest.ini
to the root of the project configuring the output to a more usable state. We can use PyTorch core as base.
Alternatives
If we for some reason do not want to add this for everyone, we still should add the appropriate flags to our CI runs.