summaryrefslogtreecommitdiff
path: root/src/leap/eip/tests/test_eipconnection.py
AgeCommit message (Collapse)Author
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-10fix failing test on test_eipconnectionkali
Closes #738
2012-09-06make tests pass.kali
forgot to update eipconnection tests after #504 changes :(
2012-08-31deprecated configparser. closes #500kali
2012-08-29test for eip_config_checker called from eip_connection run_checks methodkali
also: - changed name EIPChecker -> EipConfigChecker - Added class documentation
2012-08-27make eipconductor test use BaseLeapTestkali
2012-08-27change default_provider_path to base.constantskali
fix tests by introducing a (dirtish) workaround for check for openvpn keys during vpn connection initialization. noted that eipconnection constructor should be better not having that class of side-effects.
2012-08-22moved tests to directorykali