summaryrefslogtreecommitdiff
path: root/src/leap/base/tests/test_providers.py
AgeCommit message (Collapse)Author
2013-03-06Remove everything to start from scratchTomás Touceda
2012-12-21magic translatable objectskali
2012-12-20fix broken testskali
2012-12-15use gnutls to parse pemfileskali
2012-12-12tests for openvpn optionskali
and make the rest of tests pass after some changes in this branch (dirtyness in config files)
2012-11-14make tests pass + pep8kali
They were breaking mainly because I did not bother to have a pass over them to change the PROVIDER settings from the branding case. All good now, although much testing is yet needed and some refactor could be used. long live green tests!
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.