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

Side by Side Diff: README.testing

Issue 461001: Add watchlist support to git-cl. (Closed)
Patch Set: new name Created 11 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 unified diff | Download patch
« no previous file with comments | « no previous file | git-cl » ('j') | git-cl » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 The test framework is a bit weak so far, but it has caught some 1 The test framework is a bit weak so far, but it has caught some
2 regressions so it's already been worth the effort. 2 regressions so it's already been worth the effort.
3 3
4 Some of the tests use a local Rietveld server. 4 Some of the tests use a local Rietveld server.
5 To set this up: 5 To set this up:
6 1) Check out a copy of Rietveld: 6 1) Check out a copy of Rietveld:
7 $ svn checkout http://rietveld.googlecode.com/svn/trunk/ rietveld-read-only 7 $ svn checkout http://rietveld.googlecode.com/svn/trunk/ rietveld-read-only
8 (Use git-svn if you must, but man is it slow.) 8 (Use git-svn if you must, but man is it slow.)
9 2) Get the Google App Engine SDK: 9 2) Get the Google App Engine SDK:
10 http://code.google.com/appengine/downloads.html 10 http://code.google.com/appengine/downloads.html
11 11
12 Run Rietveld: 12 Run Rietveld:
13 /path/to/appengine/sdk/dev_appserver.py /path/to/rietveld 13 /path/to/appengine/sdk/dev_appserver.py /path/to/rietveld
14 (If using one of the App Engine launchers, be sure to use port 8080
15 for this project.)
14 16
15 And then run the tests. 17 To run Rietveld you will need Django 1.0 which is not included with
18 the App Engine SDK. Go to http://www.djangoproject.com/download,
19 download Django-1.0.4.tar.gz, then "sudo python setup.py install".
20
21 And then, finally, run the tests.
OLDNEW
« no previous file with comments | « no previous file | git-cl » ('j') | git-cl » ('J')

Powered by Google App Engine
This is Rietveld 408576698