# 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 -r 1e5ca88d9073 -r 47e98e05b8dc xml/en/docs/contributing_changes.xml --- a/xml/en/docs/contributing_changes.xml Fri Oct 31 15:48:56 2014 +0000 +++ b/xml/en/docs/contributing_changes.xml Tue Nov 11 17:26:23 2014 +0300 @@ -9,7 +9,7 @@
+ rev="2">
@@ -117,6 +117,16 @@ 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 -r 1e5ca88d9073 -r 47e98e05b8dc xml/ru/docs/contributing_changes.xml --- a/xml/ru/docs/contributing_changes.xml Fri Oct 31 15:48:56 2014 +0000 +++ b/xml/ru/docs/contributing_changes.xml Tue Nov 11 17:26:23 2014 +0300 @@ -9,7 +9,7 @@
+ rev="2">
@@ -117,6 +117,16 @@ опишите вариант использования. + +Проверка изменений при помощи специального набора тестов позволит убедиться, +что они не вызывают регрессию. +Репозиторий с тестами +можно клонировать следующей командой: + +hg clone http://hg.nginx.org/nginx-tests + + +