| LOW | scripts/validate/links.py | 95 | def has_cloudflare_protection(resp: Response) -> bool: |
| LOW | scripts/validate/links.py | 201 | def check_if_list_of_links_are_working(list_of_links: List[str]) -> List[str]: |
| LOW | scripts/validate/links.py | 212 | def start_duplicate_links_checker(links: List[str]) -> None: |
| LOW | scripts/validate/links.py | 229 | def start_links_working_checker(links: List[str]) -> None: |
| LOW | scripts/tests/test_validate_format.py | 19 | def test_error_message_return_and_return_type(self): |
| LOW | scripts/tests/test_validate_format.py | 42 | def test_if_get_categories_content_return_correct_data_of_categories(self): |
| LOW | scripts/tests/test_validate_format.py | 71 | def test_if_check_alphabetical_order_return_correct_msg_error(self): |
| LOW | scripts/tests/test_validate_format.py | 120 | def test_check_title_with_correct_title(self): |
| LOW | scripts/tests/test_validate_format.py | 129 | def test_check_title_with_markdown_syntax_incorrect(self): |
| LOW | scripts/tests/test_validate_format.py | 142 | def test_check_title_with_api_at_the_end_of_the_title(self): |
| LOW | scripts/tests/test_validate_format.py | 155 | def test_check_description_with_correct_description(self): |
| LOW | scripts/tests/test_validate_format.py | 164 | def test_check_description_with_first_char_is_not_capitalized(self): |
| LOW | scripts/tests/test_validate_format.py | 178 | def test_check_description_with_punctuation_in_the_end(self): |
| LOW | scripts/tests/test_validate_format.py | 197 | def test_check_description_that_exceeds_the_character_limit(self): |
| LOW | scripts/tests/test_validate_format.py | 212 | def test_check_auth_with_valid_auth(self): |
| LOW | scripts/tests/test_validate_format.py | 223 | def test_check_auth_without_backtick(self): |
| LOW | scripts/tests/test_validate_format.py | 238 | def test_check_auth_with_invalid_auth(self): |
| LOW | scripts/tests/test_validate_format.py | 271 | def test_check_https_with_valid_https(self): |
| LOW | scripts/tests/test_validate_format.py | 279 | def test_check_https_with_invalid_https(self): |
| LOW | scripts/tests/test_validate_format.py | 294 | def test_check_cors_with_valid_cors(self): |
| LOW | scripts/tests/test_validate_format.py | 302 | def test_check_cors_with_invalid_cors(self): |
| LOW | scripts/tests/test_validate_format.py | 317 | def test_check_entry_with_correct_segments(self): |
| LOW | scripts/tests/test_validate_format.py | 326 | def test_check_entry_with_incorrect_segments(self): |
| LOW | scripts/tests/test_validate_format.py | 347 | def test_check_file_format_with_correct_format(self): |
| LOW | scripts/tests/test_validate_format.py | 374 | def test_check_file_format_with_category_header_not_added_to_index(self): |
| LOW | scripts/tests/test_validate_format.py | 394 | def test_check_file_format_with_category_without_min_entries(self): |
| LOW | scripts/tests/test_validate_format.py | 424 | def test_check_file_format_entry_without_all_necessary_columns(self): |
| LOW | scripts/tests/test_validate_links.py | 74 | def test_find_link_in_text_with_invalid_argument(self): |
| LOW | scripts/tests/test_validate_links.py | 80 | def test_if_check_duplicate_links_has_the_correct_return(self): |
| LOW | scripts/tests/test_validate_links.py | 99 | def test_if_fake_user_agent_has_a_str_as_return(self): |
| LOW | scripts/tests/test_validate_links.py | 147 | def test_has_cloudflare_protection_when_there_is_no_protection(self): |