| Index: sitescripts/extensions/test/utils.py |
| diff --git a/sitescripts/extensions/test/conftest.py b/sitescripts/extensions/test/utils.py |
| similarity index 96% |
| rename from sitescripts/extensions/test/conftest.py |
| rename to sitescripts/extensions/test/utils.py |
| index f673937bc919b02b20b38b352ceaf9561cafb1de..e6d1c4f454c347b3f8b29dd5ac25bd7e57d97fef 100644 |
| --- a/sitescripts/extensions/test/conftest.py |
| +++ b/sitescripts/extensions/test/utils.py |
| @@ -13,9 +13,7 @@ |
| # You should have received a copy of the GNU General Public License |
| # along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. |
| -""" |
| -Contains fixtures that are useful across test scripts for the extensions module |
| -""" |
| +"""Fixtures that are useful across test scripts for the extensions module.""" |
| import subprocess |