diff --git a/lmfdb/abvar/fq/test_av.py b/lmfdb/abvar/fq/test_av.py index e7c4cf0ca6..4ac2c21260 100644 --- a/lmfdb/abvar/fq/test_av.py +++ b/lmfdb/abvar/fq/test_av.py @@ -157,3 +157,11 @@ def test_download_curves(self): page = self.tc.get('Variety/Abelian/Fq/download_curves/5.3.ac_e_ai_v_abl', follow_redirects=True) assert 'No curves for abelian variety isogeny class 5.3.ac_e_ai_v_abl' in page.get_data(as_text=True) + + def test_cyclic_group_of_points_display(self): + r""" + Check that the cyclic group of points information is displayed + on the isogeny-class page. + """ + page = self.tc.get("/Variety/Abelian/Fq/2/9/aj_bl").get_data(as_text=True) + assert "Cyclic" in page