# HG changeset patch # User Ruslan Ermilov # Date 1415715983 -10800 # Node ID 47e98e05b8dc3d1a21efef6db6e6ea41c8d54ab5 # Parent 1e5ca88d9073f1f8e640158f98d0f35322669bf3 Added a couple of words about the nginx test suite. diff --git a/xml/en/docs/contributing_changes.xml b/xml/en/docs/contributing_changes.xml --- a/xml/en/docs/contributing_changes.xml +++ b/xml/en/docs/contributing_changes.xml @@ -9,7 +9,7 @@
+ rev="2">
@@ -117,6 +117,16 @@ Try to make it clear why the suggested c case, if possible. + +Passing your changes through the test suite is a good way to ensure +that they do not cause a regression. +The repository with +tests can be cloned with the following command: + +hg clone http://hg.nginx.org/nginx-tests + + + diff --git a/xml/ru/docs/contributing_changes.xml b/xml/ru/docs/contributing_changes.xml --- a/xml/ru/docs/contributing_changes.xml +++ b/xml/ru/docs/contributing_changes.xml @@ -9,7 +9,7 @@
+ rev="2">
@@ -117,6 +117,16 @@ diff -r 822b82191940 -r 2220de0521ca src опишите вариант использования. + +Проверка изменений при помощи специального набора тестов позволит убедиться, +что они не вызывают регрессию. +Репозиторий с тестами +можно клонировать следующей командой: + +hg clone http://hg.nginx.org/nginx-tests + + +