summaryrefslogtreecommitdiff
path: root/src/leap/base/tests/test_checks.py
AgeCommit message (Collapse)Author
2013-01-24removed ping and root dependency (1456).antialias
improved default network request (771). fixed ERROR "cannot concatenate 'str' and 'list' objects" (1449).
2013-01-24all tests green againkali
plus: * added soledad test requirements * removed soledad from run_tests run (+1K tests failing) * added option to run All tests to run_tests script * pep8 cleanup
2013-01-15implemented abstracted layer with matching and passed callback.antialias
tests as well.
2012-12-07pep8kali
2012-12-07in leap.base.checks.check_internet_connection modified the orderantialias
in which errors are checked and improved test coverage.
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-05pep8kali
2012-09-28Added check that default route is tun0.antialias
2012-09-25moved LeapNetworkChecker and test in base.antialias