summaryrefslogtreecommitdiff
path: root/src/leap/base/tests/test_providers.py
AgeCommit message (Collapse)Author
2012-10-02refactored jsonconfig, included jsonschema validationkali
and type casting.
2012-09-25make test for provider passkali
2012-09-20tests pass after branding changeskali
2012-08-30fetcher moved to baseconfig + eipchecker using eipservice config.kali
2012-08-29change slug to a property (read only)kali
2012-08-27make provider-fetch tests passkali
test provider-definition dump functions. refactored the set-temp-to-home methods to setUpClass separate provider-fetch tests on different testcases (so they actually call to requests).
2012-08-23basic provider-definition and provider spec classeskali
tests green for load/dump operations on config. defaults on config spec for LeapServiceProvider should be outputting a minimal working config for bootstrapping the connection. we should be using this config mechanism for other config operations; but probably we should specify a local_editable flag for those configs that are only changed by server.