Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyCQA/isort
/ endpoints
Endpoints
8 in github.com/PyCQA/isort
⨍
Functions
739
◇
Types & classes
57
↳
Endpoints
8
Route
test_colorama_not_available_handled_gracefully
patch("isort.format.colorama_unavailable", True)
tests/unit/test_format.py:None
Route
test_fuzz_show_unified_diff
given( file_input=st.text(), file_output=st.text(), file_path=st.one_of(st.none(), st.builds(Path)
tests/unit/test_format.py:None
Route
test_isort_doesnt_lose_imports_or_comments
hypothesis.example( config=isort.Config( py_version="all", force_to_top=frozenset(),
tests/integration/test_setting_combinations.py:None
Route
test_isort_is_idempotent
hypothesis.given( source_code=st.lists( from_grammar(auto_target=False) | from_node(auto_t
tests/integration/test_hypothesmith.py:None
Route
test_isort_is_idempotent
hypothesis.example( config=isort.Config( py_version="all", force_to_top=frozenset(),
tests/integration/test_setting_combinations.py:None
Route
test_isort_should_never_quietly_remove_imports_in_any_hangin_mode_issue_1741
pytest.mark.parametrize("multi_line_output", range(12))
tests/unit/test_regressions.py:None
Route
test_line__comment_with_brackets__expects_unchanged_comment
pytest.mark.parametrize( ("multi_line_output", "expected"), [ ( WrapModes.VERTICAL
tests/unit/test_wrap.py:None
Route
test_vertical_grid_size_near_line_length
pytest.mark.parametrize("multi_line_output", [4, 5])
tests/unit/test_wrap_modes.py:None