File: README

package info (click to toggle)
rpy 1.0.3-15
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 692 kB
  • ctags: 671
  • sloc: ansic: 2,144; python: 1,592; makefile: 129; sh: 69
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