Home | History | Annotate | Download | only in test

Lines Matching refs:assrt

810         assrt = ast.Assert(ast.Name("x", ast.Load()),
812 self.stmt(assrt, "must have Load context")