Smaller diff
This commit is contained in:
Родитель
31158af57c
Коммит
5f2dd71d1b
|
@ -199,7 +199,6 @@ Follow these steps to start contributing:
|
||||||
are useful to avoid duplicated work, and to differentiate it from PRs ready
|
are useful to avoid duplicated work, and to differentiate it from PRs ready
|
||||||
to be merged;
|
to be merged;
|
||||||
4. Make sure existing tests pass;
|
4. Make sure existing tests pass;
|
||||||
|
|
||||||
5. Add high-coverage tests. No quality test, no merge.
|
5. Add high-coverage tests. No quality test, no merge.
|
||||||
- If you are adding a new model, make sure that you use `ModelTester.all_model_classes = (MyModel, MyModelWithLMHead,...)`, which triggers the common tests.
|
- If you are adding a new model, make sure that you use `ModelTester.all_model_classes = (MyModel, MyModelWithLMHead,...)`, which triggers the common tests.
|
||||||
- If you are adding new `@slow` tests, make sure they pass using `RUN_SLOW=1 python -m pytest tests/test_my_new_model.py`.
|
- If you are adding new `@slow` tests, make sure they pass using `RUN_SLOW=1 python -m pytest tests/test_my_new_model.py`.
|
||||||
|
|
Загрузка…
Ссылка в новой задаче