From c61eb2caac01b9625e0a7422087ef72fe931b79b Mon Sep 17 00:00:00 2001 From: hpk Date: Fri, 6 Mar 2009 00:17:30 +0100 Subject: [PATCH] [svn r62617] renaming doc, small fix --HG-- branch : trunk --- py/doc/test-config.txt | 4 ++-- py/doc/{pytest-plugins.txt => test-plugins.txt} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename py/doc/{pytest-plugins.txt => test-plugins.txt} (100%) diff --git a/py/doc/test-config.txt b/py/doc/test-config.txt index fad9254b4..8f0fe051d 100644 --- a/py/doc/test-config.txt +++ b/py/doc/test-config.txt @@ -1,8 +1,8 @@ Test configuration ======================== -specifying plugins ---------------------------- +using / specifying plugins +------------------------------- you can instruct py.test to use additional plugins by: diff --git a/py/doc/pytest-plugins.txt b/py/doc/test-plugins.txt similarity index 100% rename from py/doc/pytest-plugins.txt rename to py/doc/test-plugins.txt