Skip to content

Commit

Permalink
Merge pull request #6313 from roed314/curves_to_text
Browse files Browse the repository at this point in the history
Change test to accommodate new abvar data
  • Loading branch information
AndrewVSutherland authored Jan 4, 2025
2 parents 5d22118 + f247713 commit 0860728
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lmfdb/abvar/fq/test_av.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ def test_download_curves(self):
page = self.tc.get('Variety/Abelian/Fq/download_curves/2.19.ae_w', follow_redirects=True)
assert 'y^2=3*x^6+18*x^5+15*x^4+12*x^3+x^2+5*x+18' in page.get_data(as_text=True)

page = self.tc.get('Variety/Abelian/Fq/3.17.d_b_act', follow_redirects=True)
page = self.tc.get('Variety/Abelian/Fq/5/3/ac_e_ai_v_abl', follow_redirects=True)
assert 'Curves to text' not in page.get_data(as_text=True)

page = self.tc.get('Variety/Abelian/Fq/download_curves/3.17.d_b_act', follow_redirects=True)
assert 'No curves for abelian variety isogeny class 3.17.d_b_act' in page.get_data(as_text=True)
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)

0 comments on commit 0860728

Please sign in to comment.