testsΒΆ

Test modules.

Unit test modules start with test_.... The coverage is computed from the area, conf, db, list_of, new, square, and user modules of the damn_server package, and from the execute and generate modules of the damn_upkeep package . damn_server.api module is covered in integration test, damn_server.conf module contains only configuration constants, and damn_upkeep.run is used just to run other damn upkeep procedures.

Load testing is covered in mapathon module.

Modules

tests.create

This module creates test areas.

tests.integration

This module contains integration tests for api module testing.

tests.test_unit_area

Test procedures of area and new modules.

tests.test_unit_list_of

Test procedures that return a list of something.

tests.test_unit_square

Test square procedures.

tests.test_unit_user

Test user procedures.

tests.test_upkeep

Test upkeep procedures.