datatracker/ietf/utils
Lars Eggert abe93a42b2
feat: Add the ability to rerun a test suite until a failure occurs
More quickly than looping in the shell around a non-zero error code.
This only incurs all the setup and scaffolding overheads once.
2023-09-28 11:31:16 +03:00
..
management Merge pull request from jennifer-richards/django4 2023-05-11 11:04:36 -04:00
migrations chore: Add type annotations to satisfy linter () 2023-03-29 09:06:14 +09:00
templatetags fix: Fix removetags () 2022-07-18 09:39:11 -05:00
__init__.py
accesstoken.py refactor: Replace deprecated force_text with force_str 2023-05-09 15:21:50 -03:00
admin.py refactor: Replace deprecated force_text with force_str 2023-05-09 15:21:50 -03:00
aliases.py Log Unicode exception instead of printing them to the console when they occur building the email alias files. 2021-03-09 21:19:11 +00:00
bootstrap.py And more fixes. 2022-02-01 07:47:25 +00:00
cache.py fix: Import DEFAULT_TIMEOUT correctly () 2023-06-12 13:50:14 -05:00
db.py Guard against absent 'form_class' kwarg in IETFJSONField.formfield(). Commit ready for merge. 2021-11-18 15:54:46 +00:00
decorators.py feat: import IAB minutes from the IAB wordpress site () 2023-06-09 17:07:31 -05:00
draft.py fix: Handle missing date fields in XML submissions () 2023-06-02 14:40:52 -05:00
draft_search.py
fields.py chore: remove a stray space that crashes black () 2023-02-23 08:50:24 -06:00
hedgedoc.py feat: improve notes imports by using de-gfm -4. Related to . () 2022-05-03 18:04:48 -05:00
history.py
html.py fix: Fix removetags () 2022-07-18 09:39:11 -05:00
http.py refactor: Replace deprecated request.is_ajax() 2023-05-12 18:26:56 -03:00
jstest.py test: Fix selectors in selenium tests 2023-05-19 17:54:24 -03:00
log.py Updated log.assertion() to provide an exception object (under Py3, it seems that logging.Logger instances ignore the traceback if there isn't also an exception object). Added a check for unset draft-iesg state to Document.set_state(). 2020-09-18 14:15:02 +00:00
mail.py refactor: Replace deprecated force_text with force_str 2023-05-09 15:21:50 -03:00
markdown.py fix: Need to linkify during Markdown rendering () 2023-02-11 10:13:20 -06:00
markup_txt.py Many more HTML fixes. 2022-02-03 07:49:34 +00:00
meetecho.py Use correct UTC time when creating Meetecho conferences. Fixes . Commit ready for merge. 2022-02-23 20:51:18 +00:00
mime.py
models.py
ordereddict.py
patch.py chore: Use codespell to fix typos in comments. () 2022-11-28 10:36:36 -06:00
pdf.py
pipe.py fix: close open things () 2023-05-10 11:19:34 -05:00
resources.py
response.py test: Validate HTML rendered during tests () 2022-04-07 13:30:38 -03:00
serialize.py fix: fix failing tests and eliminate naive datetime warnings () 2022-09-01 13:07:28 -03:00
storage.py
test_data.py refactor: Replace deprecated smart_text with smart_str 2023-05-09 15:23:33 -03:00
test_draft_with_references_v2.xml Find references from submitted XML instead of rendering to text and parsing. Fixes . Commit ready for merge. 2022-01-07 17:53:23 +00:00
test_draft_with_references_v3.xml fix: Also extract document names from XML seriesInfo attributes and XInclude URLs () 2023-02-14 17:07:54 -06:00
test_runner.py feat: Add the ability to rerun a test suite until a failure occurs 2023-09-28 11:31:16 +03:00
test_smtpserver.py fix: avoid mutables as defaults. Compute date default arguments at runtime rather than loadtime. () 2022-07-06 14:39:36 -05:00
test_textupload.py
test_utils.py feat: Can we provide a better review assignment email subject. () 2023-05-17 12:23:20 -05:00
tests.py fix: Better match xml2rfc date parsing () 2023-07-05 08:23:37 -05:00
tests_hedgedoc.py Add ability to import session minutes from notes.ietf.org. Mock out calls to the requests library in tests. Call markdown library through a util method. Fixes . Commit ready for merge. 2021-12-09 17:16:19 +00:00
tests_markdown.py fix: Need to linkify during Markdown rendering () 2023-02-11 10:13:20 -06:00
tests_meetecho.py refactor: replace datetime.now and datetime.today with timezone.now () 2022-08-25 13:45:16 -03:00
tests_restapi.py
texescape.py
text.py chore: Upgrade to bleach v6 () 2023-01-23 13:29:45 -06:00
textupload.py
timezone.py test: increase number of tries to find tz not near midnight () 2022-11-15 07:53:21 -06:00
urls.py refactor: Implement require_api_key with functools.wraps 2023-05-17 09:45:07 -03:00
validators.py test: Suppress mypy error on import of _lazy_re_compile() 2023-05-15 11:04:29 -03:00
xmldraft.py fix: Validate string before calling int() () 2023-09-13 15:29:16 -05:00