11 Commits

Author SHA1 Message Date
gary-hessler
45b156b9fe Cleaned up a lot of the Pep8 violations
Cleaned up all but four of the pep8 violations
E501 Line length > 80 characters
F401 module imported but unused
H302  import only modules (DEPRECATED)
H904 Wrap long lines in parentheses instead of a backslash (DEPRECATED)

Change-Id: Id24bff6c5f8b8630a9495f49983324342841866f
2014-08-28 10:42:29 -06:00
Christian Berendt
a17fb2143d Enable hacking check H234
* H234 assertEquals is deprecated, use assertEqual

Change-Id: I8faa8134b66db82bdd15a4634d40896fc42086a3
2014-08-05 21:00:21 +02:00
Jonathan Halterman
e89a258a08 Fix E721 - do not compare types, use 'isinstance()' 2014-07-03 11:18:41 -07:00
Jonathan Halterman
194c3625dd Adjusted whitespace for pep8 compliance 2014-07-03 11:18:41 -07:00
Tim Kuhlman
99dc89bc8a Some test fixes 2014-05-08 08:46:09 -06:00
Tim Kuhlman
f388da1778 Partial move of collect to dimensions, and some pep8 cleanup 2014-05-02 16:41:50 -06:00
Tim Kuhlman
033d040de1 JAH-127 reorganized components to acheive a clearer seperation 2014-05-02 15:06:54 -06:00
Tim Kuhlman
419d306462 Fixed issues caused by fault refactoring 2014-05-01 16:20:25 -06:00
Tim Kuhlman
ffceb4c94c force aggregate message to mon api, moved aggregator.py into a common dir 2014-05-01 15:58:49 -06:00
Tim Kuhlman
3a44ec8fe4 Unit test cleanup, mostly disabling tests with external requirements 2014-04-30 16:22:59 -06:00
gary-hessler
660a2ecabe Rearranging and adding file structure for Debian packaging. 2014-02-28 10:19:02 -07:00