.. _testing: ============= Writing tests ============= A Services application must be tested in various ways: - unit and functional tests that are run locally - functional tests that are run on the dev, stage and production cluster Writing unit tests ================== XXX explain unittest Writing functional tests ======================== XXX will demo WebTest Running functional tests on a real server ========================================= XXX Configuring Jenkins =================== XXX