diff --git a/rhodecode/tests/scripts/test_crawler.py b/rhodecode/tests/scripts/test_crawler.py --- a/rhodecode/tests/scripts/test_crawler.py +++ b/rhodecode/tests/scripts/test_crawler.py @@ -1,19 +1,4 @@ # -*- coding: utf-8 -*- -""" - rhodecode.tests.test_crawer - ~~~~~~~~~~~~~~~~~~~~~~~~~~~ - - Test for crawling a project for memory usage - This should be runned just as regular script together - with a watch script that will show memory usage. - - watch -n1 ./rhodecode/tests/mem_watch - - :created_on: Apr 21, 2010 - :author: marcink - :copyright: (C) 2010-2012 Marcin Kuzminski - :license: GPLv3, see COPYING for more details. -""" # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or @@ -26,6 +11,21 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . +""" +rhodecode.tests.test_crawer +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Test for crawling a project for memory usage +This should be runned just as regular script together +with a watch script that will show memory usage. + +watch -n1 ./rhodecode/tests/mem_watch + +:created_on: Apr 21, 2010 +:author: marcink +:copyright: (c) 2013 RhodeCode GmbH. +:license: GPLv3, see LICENSE for more details. +""" import cookielib