• Jeremy Reizenstein's avatar
    avoid running tests twice · 0ca839cc
    Jeremy Reizenstein authored
    Summary: Avoid test files explicitly importing TestCase objects from each other, because doing so causes the tests to be discovered twice by unittest discover. This means moving a few static functions out of their classes. I noticed this while trying to fix failures from yesterday.
    
    Reviewed By: nikhilaravi
    
    Differential Revision: D28194679
    
    fbshipit-source-id: ac6e6585603bd4ef9c098cdd56891d94f8923ba6
    0ca839cc
test_texturing.py 37.5 KB