aboutsummaryrefslogtreecommitdiff
path: root/hooks
AgeCommit message (Collapse)Author
2015-08-13cr2: add copyright headers to files missing themJavi Merino
Make test_copyright check the css as well to insure that it will be preserved. Change-Id: Iadd105b661aecd1b7a61be810fffe73349e3d4d4
2015-08-12nose: configure nose in setup.cfg instead of passing parameters in ↵Javi Merino
dir-locals or the pre-commit hook There is a standard file to put this configuration, so don't replicate it in dir-locals.el and the pre-commit hook. Change-Id: Ia311693cffa9404ce87f13fb1ae82f1ec8892595
2015-08-12hooks: add a timeout of 60 seconds to noseJavi Merino
In multithreaded runs, some of the plot tests were failing due to timeouts. The default timeout is 10 seconds, increase it to 60.
2015-08-12hooks: parallelize the testsuiteJavi Merino
2014-04-08hooks: add a pre-commit hook to do some sanity checks before committingJavi Merino