File: testing.txt

package info (click to toggle)
pyquery 1.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 308 kB
  • sloc: python: 1,428; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 398 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Testing
-------

If you want to run the tests that you can see above you should do::

    $ hg clone https://bitbucket.org/olauzanne/pyquery/
    $ cd pyquery
    $ python bootstrap.py
    $ bin/buildout
    $ bin/test

You can build the Sphinx documentation by doing::

    $ cd docs
    $ make html

If you don't already have lxml installed use this line::

    $ STATIC_DEPS=true bin/buildout