From 5f2dd71d1b8849f433a8b3f330ba119e982f9bc3 Mon Sep 17 00:00:00 2001 From: sshleifer Date: Tue, 11 Feb 2020 14:46:08 -0500 Subject: [PATCH] Smaller diff --- CONTRIBUTING.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e3debf6477..c3a6a5fce6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -199,7 +199,6 @@ Follow these steps to start contributing: are useful to avoid duplicated work, and to differentiate it from PRs ready to be merged; 4. Make sure existing tests pass; - 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 new `@slow` tests, make sure they pass using `RUN_SLOW=1 python -m pytest tests/test_my_new_model.py`.