RapidFuzz/tests
Michał Górny 1df09fb54c tests: handle missing pandas gracefully
Pandas is not yet ready for Python 3.11.  Use pytest.importorskip()
to skip that one regression test that requires it when it's not
available to unblock rapidfuzz on py3.11 on Gentoo.
2022-09-18 15:37:39 +02:00
..
distance add optimal string alignment distance 2022-09-16 00:30:17 +02:00
test_cpp_fallback.py reduce duplication of scorer attribute 2022-09-12 05:10:31 +02:00
test_fuzz.py improve partial_ratio 2022-09-11 18:28:03 +02:00
test_hypothesis.py reduce duplication of scorer attribute 2022-09-12 05:10:31 +02:00
test_process.py tests: handle missing pandas gracefully 2022-09-18 15:37:39 +02:00
test_pure_python_fallback.py reduce duplication of scorer attribute 2022-09-12 05:10:31 +02:00
test_string_metric.py add pure python implementation 2022-06-28 23:24:20 +02:00
test_utils.py add pure python implementation 2022-06-28 23:24:20 +02:00