OLD | NEW |
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. |
OLD | NEW |