Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(202)

Unified Diff: git_cl/README.testing

Issue 5012006: Move git-cl into depot_tools.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools/
Patch Set: '' Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « git_cl/README.codereview ('k') | git_cl/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: git_cl/README.testing
===================================================================
--- git_cl/README.testing (revision 0)
+++ git_cl/README.testing (revision 0)
@@ -0,0 +1,23 @@
+Most of the tests require a local Rietveld server.
+
+To set this up:
+Method 1: Let the presubmit script do the work for you.
+ $ git cl presubmit
+
+Method 2: Manual.
+1) Check out a copy of Rietveld:
+ $ svn checkout http://rietveld.googlecode.com/svn/trunk/ rietveld
+ (Use git-svn if you must, but man is it slow.)
+2) Get the Google App Engine SDK:
+ http://code.google.com/appengine/downloads.html
+3) To run Rietveld you will need Django 1.0, which is not included
+ with the App Engine SDK. Go to http://www.djangoproject.com/download ,
+ download a Django from the 1.0 series (it's in the sidebar on the right),
+ untar it, then
+ $ export PYTHONPATH=`pwd`/Django-1.0.4
+4) Run Rietveld:
+ $ /path/to/appengine/sdk/dev_appserver.py /path/to/rietveld
+ (If using one of the App Engine launchers, be sure to use port 8080
+ for this project.)
+
+And then, finally, run the tests.
« no previous file with comments | « git_cl/README.codereview ('k') | git_cl/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698