Skip to content

parameterized 0.9.0

Download JSON

  • PyPI https://pypi.org/project/parameterized/
    Repository https://github.com/wolever/parameterized

  • py.typed

  • Coverage


    %%{init: {"pie": {"textPosition": 0.85}, "theme": "neutral", "themeVariables": {"pieStrokeWidth": "1px"}}}%%
    pie title
        "Typed" : 0
        "Any" : 0
        "Untyped" : 234
    • 0.0% coverage
    • 0.0% coverage (strict)
    • 234 typable
      • 0 typed
      • 234 untyped
      • 0 Any
  • Typables


    %%{init: {"pie": {"textPosition": 0.85}, "theme": "neutral", "themeVariables": {"pieStrokeWidth": "1px"}}}%%
    pie title
        "functions" : 96
        "classes" : 129
        "other" : 6
    • 37 functions (+0 overloads)
      • 59 parameters
    • 21 classes
      • 50 methods (+0 overloads)
        • 79 parameters
      • 0 properties
    • 3 modules
      • 6 attrs

Modules

Module Coverage Coverage (strict) Typables Ignores
parameterized 0.0% 0.0% 0 0
parameterized.parameterized 0.0% 0.0% 87 0
parameterized.test 0.0% 0.0% 147 0

Incomplete Annotations

parameterized.parameterized (87 missing, 0 any)

Symbol Typable Typed Any
func make_method 4 0 0
func parameterized_class 5 0 0
func default_class_name_func 4 0 0
func default_doc_func 4 0 0
func parameterized_argument_value_pairs 3 0 0
func getargspec 2 0 0
func short_repr 3 0 0
func skip_on_empty_helper 3 0 0
func to_text 2 0 0
func reapply_patches_if_need 2 0 0
func detect_runner 1 0 0
func get_class_name_suffix 2 0 0
meth DummyPatchTarget.create_dummy_patch 1 0 0
meth param.new 3 0 0
meth param.explicit 3 0 0
meth param.from_decorator 2 0 0
meth param.repr 1 0 0
func default_name_func 4 0 0
attr lzip 1 0 0
func delete_patches_if_need 2 0 0
func set_test_runner 2 0 0
meth parameterized.init 4 0 0
meth parameterized.call 2 0 0
meth parameterized.param_as_nose_tuple 5 0 0
meth parameterized.assert_not_in_testcase_subclass 1 0 0
meth parameterized._terrible_magic_get_defining_classes 1 0 0
meth parameterized.input_as_callable 2 0 0
meth parameterized.check_input_values 2 0 0
meth parameterized.expand 7 0 0
meth parameterized.param_as_standalone_func 4 0 0
meth parameterized.to_safe_name 2 0 0
attr parameterized.get_input 1 0 0
attr parameterized.doc_func 1 0 0
attr parameterized.skip_on_empty 1 0 0

parameterized.test (147 missing, 0 any)

Symbol Typable Typed Any
attr UNITTEST 1 0 0
meth TestParameterizedExpandWithMockPatchMultiple.test_mock_patch_multiple_expand_on_method 4 0 0
meth TestParameterizedExpandWithMockPatchMultiple.test_mock_patch_multiple_expand_on_class 3 0 0
meth TestParamerizedOnTestCase.test_on_TestCase 3 0 0
meth TestParamerizedOnTestCase.test_on_TestCase2 3 0 0
func assert_contains 3 0 0
func test_helpful_error_on_non_iterable_input 1 0 0
func test_mock_patch_multiple_standalone 4 0 0
func test_parameterized_argument_value_pairs 4 0 0
func expect 3 0 0
meth TestAsyncParameterizedExpandWithNoMockPatchForClass.test_one_async_function 2 0 0
meth TestAsyncParameterizedExpandWithNoMockPatchForClass.test_one_async_function_patch_decorator 3 0 0
meth TestSetupTeardown.setUp 1 0 0
meth TestSetupTeardown.tearDown 1 0 0
meth TestSetupTeardown.test_setup 3 0 0
attr test_params 1 0 0
meth TestOldStyleClass.test_old_style_classes 2 0 0
meth TestParameterizedExpandWithMockPatchForClass.test_one_function_patch_decorator 4 0 0
meth TestParameterizedExpandWithMockPatchForClass.test_multiple_function_patch_decorator 6 0 0
func expect_exception_matching_regex 4 0 0
func assert_raises_regexp_decorator 3 0 0
func test_naked_function 3 0 0
func custom_naming_func 2 0 0
func test_wrapped_iterable_input 2 0 0
meth TestParameterizedExpandDocstring._assert_docstring 3 0 0
meth TestParameterizedExpandDocstring.test_custom_doc_func 3 0 0
meth TestParameterizedExpandDocstring.test_single_line_docstring 2 0 0
meth TestParameterizedExpandDocstring.test_empty_docstring 2 0 0
meth TestParameterizedExpandDocstring.test_multiline_documentation 2 0 0
meth TestParameterizedExpandDocstring.test_unicode_docstring 2 0 0
meth TestParameterizedExpandDocstring.test_default_values_get_correct_value 3 0 0
meth TestParameterizedExpandDocstring.test_with_leading_newline 3 0 0
meth TestUnicodeDocstring.test_with_docstring 2 0 0
func test_skip_test_on_empty_iterable 1 0 0
attr runner 1 0 0
attr cases_over_10 1 0 0
func test_mock_patch_standalone_function 3 0 0
meth TestParameterizedClassDict.setUp 1 0 0
meth TestParameterizedClassDict.tearDown 1 0 0
meth TestParameterizedClassDict.test_method 1 0 0
meth TestParameterizedExpandWithNoExpand.test_patch_class_no_expand 5 0 0
func test_warns_when_using_parameterized_with_TestCase 1 0 0
meth TestParameterizedExpandWithNoMockPatchForClassNoExpand.test_patch_no_expand 4 0 0
func test_helpful_error_on_empty_iterable_input_expand 1 0 0
meth TestParameterizedExpandWithNoMockPatchForClass.test_one_function_patch_decorator 3 0 0
meth TestParameterizedExpandWithNoMockPatchForClass.test_multiple_function_patch_decorator 5 0 0
meth TestParameterizedExpandWithNoMockPatchForClass.test_patch_decorator_over_test_with_error 3 0 0
func test_old_style_classes 1 0 0
meth TestParameterized.test_instance_method 3 0 0
func assert_equal 3 0 0
func test_helpful_error_on_empty_iterable_input 1 0 0
func tearDownModule 1 0 0
meth TestParameterizedClass._assertions 2 0 0
meth TestParameterizedClass.test_method_a 1 0 0
meth TestParameterizedClass.test_method_b 1 0 0
meth TestParameterizedClass.testCamelCaseMethodC 1 0 0
func assert_raises 3 0 0
attr missing_tests 1 0 0
func test_short_repr 4 0 0
func test_with_docstring 2 0 0
meth TestNamedParameterizedClass.test_method 1 0 0
func test_cases_over_10 3 0 0

Type-Ignore Comments

No type-ignore comments.