summaryrefslogtreecommitdiff
path: root/src/leap/testing
AgeCommit message (Collapse)Author
2012-12-12progress initial testskali
2012-09-06safety check in base test removalkali
2012-09-03basic download cert functionalitykali
2012-09-03providercertchecks:check_https_is_workingkali
implementing a https server with its own base testcase for convenience. https is delicate, and I think it's better checking against a real implementation than mocking everything here.
2012-08-27make eipconductor test use BaseLeapTestkali
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-24Merge branch 'get-definition.json' into providers-statickali
adjusted some loose ends to make tests pass again. this merge is still half-baked regarding functionality: I've left in place old Configuration class used by some tests antialias did on his branch. I plan to merge that functionality with the more recent JSONConfig and Spec classes. Conflicts: src/leap/base/configuration.py src/leap/eip/config.py src/leap/eip/tests/test_config.py
2012-08-23add get_tempfile and comment to testing/basetestkali
2012-08-23fix ad0hoc testsuite runnerkali
2012-08-23base leap testcase that creates a tempdir and changes path therekali