style(session): apply ruff format to issue #53 changes
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -130,7 +130,7 @@ class RenderedPagesTest(TestCase):
|
||||
self.assertIn("submit_and_redirect", html)
|
||||
self.assertIn("Submit & Create Purchase", html) # & correctly escaped
|
||||
self.assertIn("submit_and_create_session", html)
|
||||
self.assertIn("Submit & Create Session", html) # & correctly escaped
|
||||
self.assertIn("Submit & Create Session", html) # & correctly escaped
|
||||
# Fields self-style: label + control carry their own classes (no #add-form
|
||||
# / form CSS in input.css).
|
||||
self.assertIn("mb-2.5 text-sm font-medium text-heading", html) # _LABEL_CLASS
|
||||
|
||||
Reference in New Issue
Block a user