Mercurial > p > roundup > code
view share/roundup/templates/jinja2/detectors/config.ini @ 8592:363a6bb5a6ae default tip
test: add subtest support to testTokenlessCsrfProtection
Make each list driven test case a subtest of its own. Add
pytest-subtest pip module to make this work.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 21 Apr 2026 12:55:19 -0400 |
| parents | e5acd1843517 |
| children |
line wrap: on
line source
[statusauditor] # Options for statusauditor.py # # Option: chatting_requires_two_users # Assume an issue has a status of unread and was created by the # demo user. # If False, a new message on the issue sets status to chatting. # If True, a new message sets the status to chatting only if the # author of the new message is not demo. A message sent by demo # keeps the issue status at unread. As a result a user can open # a new message and add information without setting the status # to chatting. chatting_requires_two_users = False
