diff rhodecode/lib/utils.py @ 2451:402a96fcfa22 beta

Added vcs testsuite for better integration tests + added fetching of two new repos into test env for rhodecode
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 13 Jun 2012 23:27:33 +0200
parents bc2d8c03c050
children 9492ab68331f
line wrap: on
line diff
--- a/rhodecode/lib/utils.py	Wed Jun 13 21:48:00 2012 +0200
+++ b/rhodecode/lib/utils.py	Wed Jun 13 23:27:33 2012 +0200
@@ -599,6 +599,10 @@
     tar.extractall(jn(TESTS_TMP_PATH, HG_REPO))
     tar.close()
 
+    #LOAD VCS test stuff
+    from rhodecode.tests.vcs import setup_package
+    setup_package()
+
 
 #==============================================================================
 # PASTER COMMANDS