RogerTangos / openPDS

openpds.media.mit.edu
MIT License
1 stars 1 forks source link

integration test connector data insertion #3

Open RogerTangos opened 9 years ago

RogerTangos commented 9 years ago

Decide on an testing framework and start testing data insertion. Since this is going directly into the DB (and not using ORM), you'll need to write some SQL script to remove the data after it's been inserted.

RogerTangos commented 9 years ago

relevant files are oms_pds/funf_connector/views.py oms_pds/os_connector/views.py