MCPcopy Index your code

hub / github.com/caleb531/youversion-suggest-alfred / functions

Functions262 in github.com/caleb531/youversion-suggest-alfred

Functiontest_numbered_nonnumbered_partial
should match numbered and non-numbered books by partial name
tests/test_filter_refs/test_book.py:59
Functiontest_numbered_partial
should match numbered books by partial numbered name
tests/test_filter_refs/test_book.py:42
Functiontest_numbered_puncuation
should match numbered books even if book name contains punctuation
tests/test_filter_refs/test_edge.py:71
Functiontest_numbers
should match versions containing numbers
tests/test_filter_refs/test_version.py:69
Functiontest_output
should output result list JSON
tests/test_search_refs.py:135
Functiontest_output
should output ref result list JSON
tests/test_filter_refs/test_main.py:11
Functiontest_partial
should match books by partial name
tests/test_filter_refs/test_book.py:9
Functiontest_partial
should match versions by partial name
tests/test_filter_refs/test_version.py:51
Functiontest_partial_ambiguous
should match books by ambiguous partial name
tests/test_filter_refs/test_book.py:31
Functiontest_partial_ambiguous
should match versions by ambiguous partial name
tests/test_filter_refs/test_version.py:60
Functiontest_preferences_autocompletion
autocompletion should be functioning for all preference results
tests/test_filter_prefs.py:173
Functiontest_prettified_prefs_json
()
tests/test_filter_refs/test_prefs.py:83
Functiontest_preview_chapter
should preview reference content for chapter
tests/test_preview_ref.py:26
Functiontest_preview_verse
should preview reference content for verse
tests/test_preview_ref.py:41
Functiontest_range
should match verse ranges
tests/test_filter_refs/test_verse.py:54
Functiontest_range_id
should use correct ID for verse ranges
tests/test_filter_refs/test_verse.py:63
Functiontest_range_invalid
should not match nonexistent ranges
tests/test_filter_refs/test_verse.py:72
Functiontest_refformat
should honor the chosen reference format
tests/test_copy_ref.py:66
Functiontest_refformat
should prefer Markdown refformat when generating preview
tests/test_preview_ref.py:109
Functiontest_remove_existing_and_missing
should remove an existing key and ignore missing keys
tests/test_mru_stack.py:64
Functiontest_repr
should include class name and ordered elements in representation
tests/test_mru_stack.py:91
Functiontest_result_arg
should correctly parse result UID arguments from HTML
tests/test_search_refs.py:49
Functiontest_result_subtitles
should correctly parse result subtitles from HTML
tests/test_search_refs.py:38
Functiontest_result_titles
should correctly parse result titles from HTML
tests/test_search_refs.py:27
Functiontest_revalidate
should re-fetch latest HTML when cached HTML can no longer be parsed
tests/test_search_refs.py:125
Functiontest_revalidate
should re-fetch latest HTML when cached HTML can no longer be parsed
tests/test_copy_ref.py:362
Functiontest_set_language
should set preferred language
tests/test_set_pref.py:13
Functiontest_set_language_clear_cache
should clear cache when setting language
tests/test_set_pref.py:42
Functiontest_set_nonexistent
should discard nonexistent preferences
tests/test_set_pref.py:33
Functiontest_set_version
should set preferred version
tests/test_set_pref.py:24
Functiontest_show_all_preferences
should show all available preferences if query is empty
tests/test_filter_prefs.py:165
Functiontest_show_current_refformat
should show current refformat as an available value
tests/test_filter_prefs.py:112
Functiontest_show_languages
should show all languages if no value is given
tests/test_filter_prefs.py:13
Functiontest_show_refformats
should show all refformats if no value is given
tests/test_filter_prefs.py:82
Functiontest_show_versions
should show all versions if no value is given
tests/test_filter_prefs.py:56
Functiontest_space_separator
should match verses preceded by space
tests/test_filter_refs/test_verse.py:36
Functiontest_structure
JSON should match result list
tests/test_search_refs.py:104
Functiontest_structure
JSON should match result list
tests/test_filter_refs/test_feedback.py:19
Functiontest_trailing_alphanumeric
should ignore trailing non-matching alphanumeric characters
tests/test_filter_refs/test_edge.py:43
Functiontest_unicode_accented
should recognize accented Unicode characters
tests/test_filter_refs/test_edge.py:53
Functiontest_unicode_content
should return copied reference content as Unicode
tests/test_copy_ref.py:352
Functiontest_unicode_input
should correctly handle non-ASCII characters in query string
tests/test_search_refs.py:61
Functiontest_unicode_normalization
should normalize Unicode characters
tests/test_filter_refs/test_edge.py:62
Functiontest_url_always_chapter
should always fetch HTML from chapter URL
tests/test_copy_ref.py:324
Functiontest_validity
should return syntactically-valid JSON
tests/test_filter_refs/test_feedback.py:10
Functiontest_verse_and_endverse_overflow
should revert to single verse if verse and endverse are too high
tests/test_filter_refs/test_overflow.py:39
Functiontest_verse_overflow
should constrain specified verse to last verse if too high
tests/test_filter_refs/test_overflow.py:19
Functiontest_versenumbers
should honor the versenumbers preference
tests/test_copy_ref.py:241
Functiontest_versenumbers_range
should handle verse range labels (used by versions like the MSG)
tests/test_copy_ref.py:259
Functiontest_versenumbers_range_end
should handle range labels when verse at end of range is given
tests/test_copy_ref.py:296
Functiontest_versenumbers_range_middle
should handle range labels when verse in middle of range is given
tests/test_copy_ref.py:314
Functiontest_versenumbers_range_start
should handle range labels when verse at start of range is given
tests/test_copy_ref.py:278
Functiontest_version
should recognize shorthand version syntax
tests/test_filter_refs/test_shorthand.py:27
Functiontest_version_persistence
should remember version preferences
tests/test_filter_refs/test_prefs.py:14
Functiontest_version_unicode
should allow shorthand Unicode versions
tests/test_filter_refs/test_shorthand.py:37
Functiontest_whitespace
should match versions irrespective of surrounding whitespace
tests/test_filter_refs/test_version.py:42
Functiontest_whitespace
should ignore excessive whitespace
tests/test_filter_refs/test_edge.py:25
Functiontest_whitespace_words
should handle spaces appropriately
tests/test_copy_ref.py:99
Functiontest_zero_chapter
should interpret chapter zero as chapter one
tests/test_filter_refs/test_chapter.py:36
Functiontest_zero_verse
should interpret verse zero as verse one
tests/test_filter_refs/test_verse.py:81
Functionuse_user_prefs
temporarily use the given values for user preferences
tests/decorators.py:24
Functionwrapper
(*args, **kwargs)
tests/decorators.py:29
← previous201–262 of 262, ranked by callers