aboutsummaryrefslogtreecommitdiff
path: root/debug/pylint.rc
AgeCommit message (Collapse)AuthorFilesLines
2017-11-01Make pylint 1.6.5 happy.Tim Newsome1-2/+2
2017-08-10Pylint target files as well.Tim Newsome1-1/+1
This would have prevented some bugs I committed earlier.
2016-09-15Rewrite debug testing.Tim Newsome1-0/+340
No longer use unittest. Now tests can return not_applicable if eg. a desired execution mode isn't implemented on a target. Also we do a better job killing spike processes when a test fails. Did a lot of code cleanup, partly by using pylint. Fix the Makefile so that if the test fails, 'make' actually fails too.