|
Revision 139, 0.6 kB
(checked in by tim, 3 years ago)
|
added an INSTALL file to make a note about tests
|
| Line | |
|---|
| 1 |
if you want to check that your pyramid install works, you can go into the |
|---|
| 2 |
sampledata directory and try |
|---|
| 3 |
|
|---|
| 4 |
pyramid -d simple -o simple-out |
|---|
| 5 |
|
|---|
| 6 |
This will test the main functionality of pyramid (which is building data |
|---|
| 7 |
structures, templating and outputing static pages). |
|---|
| 8 |
|
|---|
| 9 |
The pyramid/test folder is for regression testing and should probably be left |
|---|
| 10 |
alone unless you want to develop pyramid. It should run and the simple tests |
|---|
| 11 |
should pass, but you will need the xmldiff for the more complicated tests and |
|---|
| 12 |
minor variations in the html that docutils rest parser emits will cause errors. |
|---|