photo / openphoto-python

A Python OAuth client for OpenPhoto
http://theopenphotoproject.org
Apache License 2.0
42 stars 16 forks source link

Unit tests #45

Closed sneakypete81 closed 11 years ago

sneakypete81 commented 11 years ago

Added lots of unit tests in tests/unit/ Moved the existing functional tests into tests/functional/ Travis now only runs the unit tests. Functional tests can be run manually Closes #44.