Server-side tests are very similar to client-side tests, except they run on the server

They define a test class, and inherit from server/test.py::test

Each test has its own subdirectory, found under server/tests/<testname>

In that subdirectory you should find:

Each test has a version - you should update this whenever you change the test (version = 1234 in the test's class definition)

ServerTest (last edited 2008-01-10 18:53:42 by MartinBligh)