Equality test on boolean
Author: LGTM
import python
from Compare eq
where eq.getAComparator() instanceof BooleanLiteral
select eqDescription
Finds tests like `==true`, `==false`, `'!=true`, `is false`
import python
from Compare eq
where eq.getAComparator() instanceof BooleanLiteral
select eqFinds tests like `==true`, `==false`, `'!=true`, `is false`