pipeline.infrastructure.utils.sorting_test

Tests for the sorting.py module.

Functions

test_natural_sort(input_list, expected)

Test natural_sort()

test_natural_sort_key(input_list, expected)

Test natural_sort_key()

test_numeric_sort(input_list, expected)

Test numeric_sort()

test_numeric_sort_key(input_list, expected)

Test numeric_sort_key()