File: README.txt

package info (click to toggle)
python-fudge 1.1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 744 kB
  • sloc: javascript: 3,300; python: 2,537; makefile: 82; sh: 5
file content (10 lines) | stat: -rw-r--r-- 471 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10

Copy ``javascript/fudge/`` to your webroot.  To use it in your tests all you need is a script tag like this::
    
    <script src="fudge/fudge.js" type="text/javascript"></script>

If you want to run Fudge's own tests, then cd into the ``javascript/`` directory, start a simple webserver::

    $ python fudge/testserver.py

and open http://localhost:8000/tests/test_fudge.html  Take note that while Fudge's *tests* require jQuery, Fudge itself does not require jQuery.