======================================= Running tests using an external process ======================================= .. automodule:: webtest_casperjs .. autoclass:: TestApp :members: .. autofunction:: casperjs Using casperjs to run tests --------------------------- The js part: .. literalinclude:: ../tests/fixtures/test_casperjs.js :language: javascript The python part: .. literalinclude:: ../tests/test_casperjs.py :pyobject: test_casperjs