Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cyberrumor/ammo
/ endpoints
Endpoints
33 in github.com/cyberrumor/ammo
⨍
Functions
515
◇
Types & classes
51
↳
Endpoints
33
Route
test_autocomplete_bethesda_mods_absent
pytest.mark.parametrize( "buf, text, expected", [ # Note that completing the first
test/bethesda/test_bethesda_autocomplete.py:None
Route
test_autocomplete_bethesda_mods_present_plural
pytest.mark.parametrize( "buf, text, expected", [ # Note that completing the first
test/bethesda/test_bethesda_autocomplete.py:None
Route
test_autocomplete_bethesda_mods_present_singular
pytest.mark.parametrize( "buf, text, expected", [ # Note that completing the first
test/bethesda/test_bethesda_autocomplete.py:None
Route
test_autocomplete_bethesda_ui
pytest.mark.parametrize( "buf, text, expected", [ ("i", "", ["install "]),
test/test_ui.py:None
Route
test_autocomplete_mod_ui
pytest.mark.parametrize( "buf, text, expected", [ ("i", "", ["install "]),
test/test_ui.py:None
Route
test_autocomplete_mods_absent
pytest.mark.parametrize( "buf, text, expected", [ # Note that completing the first
test/mod/test_autocomplete.py:None
Route
test_autocomplete_mods_present_plural
pytest.mark.parametrize( "buf, text, expected", [ # Note that completing the first
test/mod/test_autocomplete.py:None
Route
test_autocomplete_mods_present_singular
pytest.mark.parametrize( "buf, text, expected", [ # Note that completing the first
test/mod/test_autocomplete.py:None
Route
test_bool_prompt_controller
pytest.mark.parametrize( "user_input,expected_return_value", ( ( "yes",
test/test_bool_prompt_controller.py:None
Route
test_disambiguation_activate_mod
patch("ammo.controller.mod.ModController.activate_mod")
test/mod/test_disambiguation.py:None
Route
test_disambiguation_activate_mod
patch("ammo.controller.bethesda.BethesdaController.activate_mod")
test/bethesda/test_bethesda_disambiguation.py:None
Route
test_disambiguation_activate_plugin
patch("ammo.controller.bethesda.BethesdaController.activate_plugin")
test/bethesda/test_bethesda_disambiguation.py:None
Route
test_disambiguation_deactivate_mod
patch("ammo.controller.mod.ModController.deactivate_mod")
test/mod/test_disambiguation.py:None
Route
test_disambiguation_deactivate_mod
patch("ammo.controller.bethesda.BethesdaController.deactivate_mod")
test/bethesda/test_bethesda_disambiguation.py:None
Route
test_disambiguation_deactivate_plugin
patch("ammo.controller.bethesda.BethesdaController.deactivate_plugin")
test/bethesda/test_bethesda_disambiguation.py:None
Route
test_disambiguation_delete_download
patch("ammo.controller.tool.ToolController.delete_download")
test/test_tool_controller.py:None
Route
test_disambiguation_delete_download
patch("ammo.controller.mod.ModController.delete_download")
test/mod/test_disambiguation.py:None
Route
test_disambiguation_delete_download
patch("ammo.controller.bethesda.BethesdaController.delete_download")
test/bethesda/test_bethesda_disambiguation.py:None
Route
test_disambiguation_delete_mod
patch("ammo.controller.mod.ModController.delete_mod")
test/mod/test_disambiguation.py:None
Route
test_disambiguation_delete_mod
patch("ammo.controller.bethesda.BethesdaController.delete_mod")
test/bethesda/test_bethesda_disambiguation.py:None
Route
test_disambiguation_delete_plugin
patch("ammo.controller.bethesda.BethesdaController.delete_plugin")
test/bethesda/test_bethesda_disambiguation.py:None
Route
test_disambiguation_delete_tool
patch("ammo.controller.tool.ToolController.delete_tool")
test/test_tool_controller.py:None
Route
test_disambiguation_move_mod
patch("ammo.controller.mod.ModController.move_mod")
test/mod/test_disambiguation.py:None
Route
test_disambiguation_move_mod
patch("ammo.controller.bethesda.BethesdaController.move_mod")
test/bethesda/test_bethesda_disambiguation.py:None
Route
test_disambiguation_move_plugin
patch("ammo.controller.bethesda.BethesdaController.move_plugin")
test/bethesda/test_bethesda_disambiguation.py:None
Route
test_disambiguation_rename_download
patch("ammo.controller.tool.ToolController.rename_download")
test/test_tool_controller.py:None
Route
test_disambiguation_rename_download
patch("ammo.controller.mod.ModController.rename_download")
test/mod/test_disambiguation.py:None
Route
test_disambiguation_rename_download
patch("ammo.controller.bethesda.BethesdaController.rename_download")
test/bethesda/test_bethesda_disambiguation.py:None
Route
test_disambiguation_rename_mod
patch("ammo.controller.mod.ModController.rename_mod")
test/mod/test_disambiguation.py:None
Route
test_disambiguation_rename_mod
patch("ammo.controller.bethesda.BethesdaController.rename_mod")
test/bethesda/test_bethesda_disambiguation.py:None
Route
test_disambiguation_rename_tool
patch("ammo.controller.tool.ToolController.rename_tool")
test/test_tool_controller.py:None
Route
test_rename_download_bubbles_up
patch("ammo.controller.download.DownloadController.rename_download")
test/mod/test_rename.py:None
Route
test_rename_download_moves_file
patch("ammo.controller.download.DownloadController.rename_download")
test/bethesda/test_bethesda_rename.py:None