File: README.txt

package info (click to toggle)
pyjamas 0.7~%2Bpre2-3
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 10,656 kB
  • ctags: 12,331
  • sloc: python: 74,493; php: 805; sh: 291; makefile: 59; xml: 9
file content (18 lines) | stat: -rw-r--r-- 411 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
=================
Development setup
=================

To run tests do the following in this directory.

python2.5 bootstrap.py
./bin/buildout
./bin/test

Note that the spidermonkey test requires that the "js" executable is
in the PATH. The LibTests in the example directory are also run and
checked for javascript exceptions that are not catched.

Also a builder script gets created. see:

./bin/build --help