gettingStarted.rst (cheetah3-3.2.2) | : | gettingStarted.rst (cheetah3-3.2.3) | ||
---|---|---|---|---|
skipping to change at line 122 | skipping to change at line 122 | |||
:: | :: | |||
cheetah test | cheetah test | |||
The tests will run for about three minutes and print a | The tests will run for about three minutes and print a | |||
success/failure message. If the tests pass, start Python in | success/failure message. If the tests pass, start Python in | |||
interactive mode and try the example in the next section. | interactive mode and try the example in the next section. | |||
Certain test failures are insignificant: | Certain test failures are insignificant: | |||
Python 2.3 changed the string representation of booleans, and the | ||||
tests haven't yet been updated to reflect this. | ||||
Certain tests run "cheetah" as a subcommand. The failure may mean | Certain tests run "cheetah" as a subcommand. The failure may mean | |||
the command wasn't found in your system path. (What happens if you | the command wasn't found in your system path. (What happens if you | |||
run "cheetah" on the command line?) The failure also happens on | run "cheetah" on the command line?) The failure also happens on | |||
some Windows systems for unknown reasons. This failure has never | some Windows systems for unknown reasons. This failure has never | |||
been observed outside the test suite. Long term, we plan to rewrite | been observed outside the test suite. Long term, we plan to rewrite | |||
the tests to do a function call rather than a subcommand, which | the tests to do a function call rather than a subcommand, which | |||
will also make the tests run significantly faster. | will also make the tests run significantly faster. | |||
The test tried to write a temporary module in the current directory | The test tried to write a temporary module in the current directory | |||
and {import} it. Reread the first paragraph in this section about | and {import} it. Reread the first paragraph in this section about | |||
End of changes. 1 change blocks. | ||||
3 lines changed or deleted | 0 lines changed or added |