<div id="comment:0"></div> Currently, the following code fails with a `NotImplementedError`: ``` sage: 1 in Zmod(15).ideal([3,5]) ``` This patch implements ideal membership testing for quotient-ring ideals. Component: **algebra** Author: **Lorenz Panny** Branch/Commit: **[`cb02e3f`](https://github.com/sagemath/sagetrac-mirror/commit/cb02e3f9b9614c567d46c3177b087233bdf43599)** Reviewer: **Travis Scrimshaw** _Issue created by migration from https://trac.sagemath.org/ticket/33237_