Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-05 | can log to logfile | kali | |
app.py --debug --logfile /tmp/foo.log | |||
2012-08-31 | deprecated configparser. closes #500 | kali | |
2012-08-22 | mv util tests to folder | kali | |
2012-08-22 | conductor tests | kali | |
2012-08-08 | Merge branch 'tests-cleanup' into develop | kali | |
moved out old broken stuff; copied a run_scripts entry point for tests; created a bunch of (mostly stubs) simple tests on secondary functions. | |||
2012-08-08 | Merge branch 'dict-comprenhension-fix' into develop | kali | |
fix for 2.6 compatibility, we should try not to use syntax backported from 3.x into 2.7 :| | |||
2012-08-08 | stub test for leap_argparse | kali | |
2012-08-08 | fix bad permission check on check_and_fix_urw_only | kali | |
(was not testing the mode properly. gotcha!) | |||
2012-08-08 | bunch of tests for leap/util/fileutil | kali | |
2012-08-08 | check for bad permissions on vpn key files | kali | |
2012-08-02 | create config file if not exist. | kali | |
also locate openvpn binary when building eip configparser defaults. implement half of feature #356 | |||
2012-08-01 | fileutil.which implementation | kali | |