DECA-221: Write unit tests for the server python code

Metadata

Source
DECA-221
Type
Task
Priority
Blocker
Status
Closed
Resolution
Fixed
Assignee
N/A
Reporter
Justin Obara
Created
2012-01-18T11:57:06.217-0500
Updated
2012-05-18T14:17:57.074-0400
Versions
N/A
Fixed Versions
  1. 0.5
Component
N/A

Description

The unit tests for the cherrypy server only covered the functionality for camera capture and calibration. Since this was removed, there are no unit tests for any of the existing cherrypy server code. Also the unit tests for the various other python code used by the server should be updated as needed.

Comments

  • Justin Obara commented 2012-01-20T08:25:02.520-0500

    Requires changes from DECA-225.

  • Justin Obara commented 2012-01-26T14:35:17.784-0500

    I've refactored, added, and expanded on the server side unit tests. There are now tests for each of the server side scripts, with the exception of the backgroundTaskQueue.py which from a 3rd party.

    The changes are in my bitbucket repo.
    https://bitbucket.org/jobara/decapod-server-rest

  • Justin Obara commented 2012-05-18T14:17:54.063-0400

    Merged into the project repo