def test_traced_property(self): stmt_obj = CreateTable(self.users_table) sqlalchemy_opentracing.set_traced(stmt_obj) self.assertEqual(True, sqlalchemy_opentracing.get_traced(stmt_obj))