Functions | Variables
custom_order_test Namespace Reference

Functions

def test_fields2cover_custom_order (n, custom_order, expected)
 
def test_fields2cover_wrong_custom_order (n, custom_order, expected)
 

Variables

list PARAMETRIZED_INPUTS
 
list PARAMETRIZED_INPUTS_WRONG
 

Function Documentation

◆ test_fields2cover_custom_order()

def custom_order_test.test_fields2cover_custom_order (   n,
  custom_order,
  expected 
)

Definition at line 16 of file custom_order_test.py.

◆ test_fields2cover_wrong_custom_order()

def custom_order_test.test_fields2cover_wrong_custom_order (   n,
  custom_order,
  expected 
)

Definition at line 37 of file custom_order_test.py.

Variable Documentation

◆ PARAMETRIZED_INPUTS

list custom_order_test.PARAMETRIZED_INPUTS
Initial value:
1 = [
2  (5, [0, 1, 2, 3, 4], [0, 1, 2, 3, 4]),
3  (10, range(10), range(10))
4 ]

Definition at line 4 of file custom_order_test.py.

◆ PARAMETRIZED_INPUTS_WRONG

list custom_order_test.PARAMETRIZED_INPUTS_WRONG
Initial value:
1 = [
2  (5, [0, 1, 2, 3, 4], [1, 2, 3, 4, 5]),
3  (5, [0, 1, 2, 3, 4], [1, 1, 2, 2, 4]),
4  (10, range(10), range(1,11))
5 ]

Definition at line 9 of file custom_order_test.py.



fields2cover
Author(s):
autogenerated on Fri Apr 25 2025 02:18:31