Skip to content

Commit

Permalink
Add test
Browse files Browse the repository at this point in the history
  • Loading branch information
roed314 committed Aug 7, 2023
1 parent 5b772b7 commit ce8ef65
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lmfdb/characters/test_characters.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@ def test_dirichletgalorbs(self):
W = self.tc.get('/Character/Dirichlet/9999999999/banana', follow_redirects=True)
assert 'Error: Galois orbits have only been computed for modulus up to 100,000' in W.get_data(as_text=True)

W = self.tc.get('/Character/Dirichlet/58589/50021', follow_redirects=True)
assert 'Number field defined by a degree 1428 polynomial' in W.get_data(as_text=True)

def test_dirichletchar11(self):
W = self.tc.get('/Character/Dirichlet/1/1')
assert '/NumberField/1.1.1.1' in W.get_data(as_text=True)
Expand Down

0 comments on commit ce8ef65

Please sign in to comment.