File: README

package info (click to toggle)
rpy 1.0.3-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 636 kB
  • ctags: 774
  • sloc: ansic: 2,139; python: 1,591; makefile: 119; sh: 73
file content (18 lines) | stat: -rw-r--r-- 379 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Regressions tests.

These tests can be run one by one or all togheter.  For separate runs do (for
example):

    python test_modes.py

To run all the tests (ecept test_cleanup.py, which should be run separately) do:

    python testall.py

This last invocation has an optional parameter:

    --random		run the tests in random order

For example:

    python testall.py --random