• Julien Muchembled's avatar
    qa: new expectedFailure testcase method · 4150ffb1
    Julien Muchembled authored
    The idea is to write:
    
      with self.expectedFailure(...): \
    
    just before the statement that is expected to fail. Contrary to the existing
    decorator, we want to:
    - be sure that the test fails at the expected line;
    - be able to remove an expectedFailure without touching the code around.
    4150ffb1
__init__.py 17.6 KB