HumanDynamics / openPDS

openpds.media.mit.edu
MIT License
110 stars 33 forks source link

unit testing the connectors #35

Open RogerTangos opened 9 years ago

RogerTangos commented 9 years ago

Now that the FUNF and OpenSense connectors are both working, we need to start working out testing. The amount of time that I've sunk into manually doing integration testing is pretty extreme, so I'm inclined to think that testing will considerably speed things up.

Here's how I think that the problem should be approached. I'm not a django programmer, so would really welcome feedback and insight into this (@bradmontgomery, @patcon, @chieni, @mitchellgu ):

authorization = PDSAuthorization("ios_write", audit_enabled=True)

Thoughts?