Rewrite emacs-flx in Python
from flx import flx
print(flx.score("switch-to-buffer", "stb").score) # 237This project uses PyTest to do the unit tests.
Simply run pytest to run and discover tests:
$ pytestflx.py is distributed under the terms of the MIT license.
See LICENSE for details.