Difference between revisions of "Pyogp Test Harness"

From Second Life Wiki
Jump to navigation Jump to search
Line 2: Line 2:
#Test framework - unittest, doctest
#Test framework - unittest, doctest
#Test data (I put this here, not really as a component of the harness, more as a "i'm not telling you my test account's password and what are we gonna do about it" thing)
#Test data (I put this here, not really as a component of the harness, more as a "i'm not telling you my test account's password and what are we gonna do about it" thing)
#Determine how to handle test data. I imagine we'll build a template and interface to an implementation of the template, and leave contents up to the developer.

Revision as of 07:52, 26 June 2008

This is just a stub for now. To be filled out in the near future.

  1. Test framework - unittest, doctest
  2. Test data (I put this here, not really as a component of the harness, more as a "i'm not telling you my test account's password and what are we gonna do about it" thing)
  3. Determine how to handle test data. I imagine we'll build a template and interface to an implementation of the template, and leave contents up to the developer.