Marcel Telka
2024-04-07 00fdc1139b715cf3833e0c7fda58e0e112e5be2f
components/python/rapidfuzz/test/results-all.master
@@ -4,7 +4,7 @@
rootdir: $(@D)
configfile: pyproject.toml
testpaths: tests
collecting ... collected 377 items
collecting ... collected 386 items
tests/distance/test_DamerauLevenshtein.py::testCaseInsensitive PASSED
tests/distance/test_DamerauLevenshtein.py::test_distance[ATCG-TAGC-2] PASSED
@@ -37,6 +37,8 @@
tests/distance/test_JaroWinkler.py::testCaseInsensitive PASSED
tests/distance/test_JaroWinkler.py::test_edge_case_lengths PASSED
tests/distance/test_JaroWinkler.py::test_hash_special_case PASSED
tests/distance/test_JaroWinkler.py::test_invalid_prefix_weight PASSED
tests/distance/test_JaroWinkler.py::test_large_prefix_weight PASSED
tests/distance/test_LCSseq.py::testCaseInsensitive PASSED
tests/distance/test_LCSseq.py::test_Editops PASSED
tests/distance/test_LCSseq.py::test_basic PASSED
@@ -352,9 +354,16 @@
tests/test_process.py::test_cdist_empty_seq[WRatio] PASSED
tests/test_process.py::test_cdist_empty_seq[custom_scorer] PASSED
tests/test_process.py::test_cdist_empty_seq[ratio] PASSED
tests/test_process.py::test_cdist_muliplier PASSED
tests/test_process.py::test_cdist_multiplier PASSED
tests/test_process.py::test_cdist_not_symmetric PASSED
tests/test_process.py::test_cdist_pure_python_dtype PASSED
tests/test_process.py::test_cpdist_empty_seq[WRatio] PASSED
tests/test_process.py::test_cpdist_empty_seq[custom_scorer] PASSED
tests/test_process.py::test_cpdist_empty_seq[ratio] PASSED
tests/test_process.py::test_cpdist_integral_dtype_rounding PASSED
tests/test_process.py::test_cpdist_multiplier PASSED
tests/test_process.py::test_cpdist_not_same_length PASSED
tests/test_process.py::test_cpdist_pure_python_dtype PASSED
tests/test_process.py::test_empty_strings PASSED
tests/test_process.py::test_extractOne_case_sensitive[custom_scorer-<lambda>] PASSED
tests/test_process.py::test_extractOne_case_sensitive[custom_scorer-None] PASSED
@@ -385,4 +394,4 @@
tests/test_utils.py::test_fullProcess PASSED
=========================== short test summary info ============================
======== 375 passed, 2 skipped ========
======== 384 passed, 2 skipped ========