Commit Graph

12 Commits

Author SHA1 Message Date
Pedro Algarvio
61003bca0a
Take care of resource leakage on tests 2017-04-04 18:58:20 +01:00
Pedro Algarvio
c0dd5564a5 Py3 compatibility fixes 2015-01-30 22:25:06 +00:00
sjwehry
8eb6de4e09 fixed typo in tests/consist.py
fixed typo in tests/consist.py
2015-01-05 20:01:16 -05:00
Justin Findlay
feb3049aa8 pylint again (why was this not caught the first time?) 2014-12-27 14:23:25 -07:00
Justin Findlay
415f0785db pylint fixes 2014-12-27 14:11:01 -07:00
Justin Findlay
32f5f245ca finally remove global, unused color declarations 2014-12-27 12:20:08 -07:00
Pedro Algarvio
3393be722c Fix PEP8 E713 - test for membership should be "not in" 2014-06-06 11:25:32 +01:00
Pedro Algarvio
69d0f907f9 Make use of the print() function. 2014-02-03 11:07:43 +00:00
Pedro Algarvio
08c5c8e83a Fix PyLint W1401, anomalous backslash. 2013-11-27 11:24:26 +00:00
Pedro Algarvio
d02a2bc224 Include the python encoding file header on tests. 2013-11-27 11:19:24 +00:00
=
3fdfe9120f Replaced range(len(collection)) with enumerate(collection) 2013-08-31 13:38:42 +07:00
Thomas S Hatch
8965400ee7 Add consist test to make sure swarm returns are all the same
This is a tool to help hunt down #1386
2012-07-18 13:24:16 -06:00