aboutsummaryrefslogtreecommitdiff
path: root/debug/pylint.rc
AgeCommit message (Collapse)AuthorFilesLines
2019-11-22Move to Python 3. (#218)Tim Newsome1-1/+2
The impetus for this was mostly that after my Ubuntu upgrade, pylint suddenly starting to apply python3 rules, and I suppose it's time to adopt python 3 now that it's been released for more than a decade.
2018-08-23Make pylint happy with change d1d2d953b5016b465.Tim Newsome1-1/+1
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.