File: readme.txt

package info (click to toggle)
jython 2.7.2%2Brepack1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 62,676 kB
  • sloc: python: 640,908; java: 306,458; xml: 1,984; sh: 522; ansic: 126; makefile: 76
file content (11 lines) | stat: -rw-r--r-- 714 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
In order to run these unit tests

1. Set the JYTHON_HOME environment variable to point to the jython installation directory.
   If you are working from an SVN checkout, build jython, and then set the value to the
   "dist" subdirectory of your checkout.
2. Set the MOCKRUNNER_HOME environment variable. This should point to the install root of
   mockrunner, which you can download from http://mockrunner.sourceforge.net
3. Run the tests by simply typing "ant": the default target is "test".
4. Other available targets are
   test_java_15 - which tests modjy against java 1.5 and three different servlet versions
   test_java_16 - which tests modjy against java 1.6 and three different servlet versions