Django Fancy String Diff During Test Execution in Console
        Posted  
        
            by Koobz
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Koobz
        
        
        
        Published on 2010-06-09T06:46:09Z
        Indexed on 
            2010/06/09
            6:52 UTC
        
        
        Read the original article
        Hit count: 316
        
Anyone know of any pre-existing tools out there what will highlight differences in output when running Django tests?
I'm comparing some JSON output and it's tough to find things like extra spaces. I was about to just copy and paste this into an existing diff tool but I figured this might be on someone's radar.
© Stack Overflow or respective owner