File: testing.rst

package info (click to toggle)
pyquery 1.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 412 kB
  • sloc: python: 2,768; makefile: 128; xml: 9; sh: 4
file content (15 lines) | stat: -rw-r--r-- 307 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Testing
-------

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

    $ git clone git://github.com/gawel/pyquery.git
    $ cd pyquery
    $ python bootstrap.py
    $ bin/buildout install tox
    $ bin/tox

You can build the Sphinx documentation by doing::

    $ cd docs
    $ make html