pr-agent/tests/unittest
TaskerJang f5bb508736 fix: use identity check for None comparison in clip_tokens tests
- Replace `== None` with `is None` in test_empty_input_text method
- Follow Python best practice for None comparisons as recommended in code review
- Address feedback from PR #1816 review comment

Co-authored-by: mrT23
2025-05-25 07:55:18 +09:00
..
test_azure_devops_parsing.py Azure devops: parse PR url starting from the end 2025-05-06 15:01:48 +02:00
test_bitbucket_provider.py fix: add missing newlines at the end of patch strings in tests 2025-01-04 16:34:35 +02:00
test_clip_tokens.py fix: use identity check for None comparison in clip_tokens tests 2025-05-25 07:55:18 +09:00
test_codecommit_client.py Format files by pre-commit run -a 2024-10-30 10:00:36 +09:00
test_codecommit_provider.py Format files by pre-commit run -a 2024-10-30 10:00:36 +09:00
test_convert_to_markdown.py refactor: remove legacy code suggestions feature from review tool 2024-12-25 08:18:28 +02:00
test_delete_hunks.py Format files by pre-commit run -a 2024-10-30 10:00:36 +09:00
test_extend_patch.py Add decoupled and non-decoupled modes for code suggestions 2025-03-11 16:46:53 +02:00
test_fetching_sub_issues.py chore: comment out test_fetching_sub_issues.py due to API calls 2025-02-22 16:06:30 +02:00
test_file_filter.py Format files by pre-commit run -a 2024-10-30 10:00:36 +09:00
test_find_line_number_of_relevant_line_in_file.py Format files by pre-commit run -a 2024-10-30 10:00:36 +09:00
test_fix_output.py add tests and update README.md 2023-07-30 21:54:07 +03:00
test_gitea_provider.py #1657 add gitea/forgejo support 2025-05-16 19:43:21 +03:00
test_github_action_output.py Format files by pre-commit run -a 2024-10-30 10:00:36 +09:00
test_handle_patch_deletions.py Format files by pre-commit run -a 2024-10-30 10:00:36 +09:00
test_ignore_repositories.py Remove debug print statements from repository filtering tests 2025-05-16 17:25:10 +03:00
test_language_handler.py Format files by pre-commit run -a 2024-10-30 10:00:36 +09:00
test_load_yaml.py Format files by pre-commit run -a 2024-10-30 10:00:36 +09:00
test_parse_code_suggestion.py Format files by pre-commit run -a 2024-10-30 10:00:36 +09:00
test_try_fix_yaml.py Remove test case for YAML parsing that removes last line 2025-05-17 20:58:32 +03:00