Skip to content
  • Julien Cristau's avatar
    [test] use assertNotIn where appropriate · 8aabfefc8a81
    Julien Cristau authored
    Automatically generated with:
    
      find -name unittest_*.py -o -name test_*.py | xargs sed -i -e 's/assertFalse(\([^,]*\) in \([^,]*\))/assertNotIn(\1, \2)/'
    
    plus revert of a couple false matches.
    8aabfefc8a81