Mercurial > p > roundup > code
diff test/test_liveserver.py @ 8132:603aa730b067 permission-performance
Fix failing test due to mokey patching
An earlier test monkey-patched the permission checks which subsequently
failed in another test.
| author | Ralf Schlatterbeck <rsc@runtux.com> |
|---|---|
| date | Tue, 22 Oct 2024 16:10:29 +0200 |
| parents | 28aa76443f58 |
| children | 3f0f4746dc7e |
line wrap: on
line diff
--- a/test/test_liveserver.py Tue Oct 22 15:03:36 2024 +0200 +++ b/test/test_liveserver.py Tue Oct 22 16:10:29 2024 +0200 @@ -1292,7 +1292,6 @@ f = session.get(self.url_base()+'/?@action=logout') self.assertIn(b"Remember me?", f.content) - @pytest.mark.xfail def test__generic_item_template_editbad(self, user="fred"): self.test__generic_item_template_editok(user=user)
