Commit 15bbab88 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Add test requirement for new files

parent 06e3bb9f
...@@ -387,7 +387,9 @@ description area. Copy-paste it to retain the markdown format. ...@@ -387,7 +387,9 @@ description area. Copy-paste it to retain the markdown format.
1. The change is as small as possible 1. The change is as small as possible
1. Include proper tests and make all tests pass (unless it contains a test 1. Include proper tests and make all tests pass (unless it contains a test
exposing a bug in existing code) exposing a bug in existing code). Every new file with code you created
must have a corresponging file with tests even if functionality is
already tested somewhere else.
1. If you suspect a failing CI build is unrelated to your contribution, you may 1. If you suspect a failing CI build is unrelated to your contribution, you may
try and restart the failing CI job or ask a developer to fix the try and restart the failing CI job or ask a developer to fix the
aforementioned failing test aforementioned failing test
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment