Option C Tools
Loading...
Searching...
No Matches
test_func_pattern_fixing.py File Reference

Go to the source code of this file.

Namespaces

namespace  tests_formatter
namespace  tests_formatter.test_func_pattern_fixing

Functions

str tests_formatter.test_func_pattern_fixing._make_nontrivial (str content)
 tests_formatter.test_func_pattern_fixing.test_add_func_pattern_single_function (Path temp_project_root, FormatterContext formatter_ctx_fix)
 tests_formatter.test_func_pattern_fixing.test_add_func_pattern_multiple_functions (Path temp_project_root, FormatterContext formatter_ctx_fix)
 tests_formatter.test_func_pattern_fixing.test_skip_function_without_dbg (Path temp_project_root, FormatterContext formatter_ctx_fix)
 tests_formatter.test_func_pattern_fixing.test_skip_existing_pattern (Path temp_project_root, FormatterContext formatter_ctx_fix)
 tests_formatter.test_func_pattern_fixing.test_skip_trivial_files (Path temp_project_root, FormatterContext formatter_ctx_fix)
 tests_formatter.test_func_pattern_fixing.test_detect_indent_style_tabs_dominant ()
 tests_formatter.test_func_pattern_fixing.test_detect_indent_style_spaces_dominant ()
 tests_formatter.test_func_pattern_fixing.test_detect_indent_style_ignores_blank_lines ()
None tests_formatter.test_func_pattern_fixing.test_fix_func_pattern_preserves_tabs (Path temp_project_root, FormatterContext formatter_ctx_fix)
None tests_formatter.test_func_pattern_fixing.test_fix_func_pattern_preserves_spaces (Path temp_project_root, FormatterContext formatter_ctx_fix)
None tests_formatter.test_func_pattern_fixing.test_fix_func_pattern_tab_indented_class_method (Path temp_project_root, FormatterContext formatter_ctx_fix)