fadd56f Fix various style issues found during the review.

Authored and Committed by jkaluza 7 years ago
    Fix various style issues found during the review.
    
    Use "not in" instead of "not something in" in conditions.
    Indent conditions properly after line breaks.
    Do not create useless mmd objects in test methods.
    Use for loop instead of multiple test_object_value calls.
    
        
file modified
+19 -15
file modified
+17 -46