Pytest-BDD vs. Behave
Love it or loath it, Python is the language of choice for most Data Scientists – so if the work is done in Python and you are writing the requirements in Gherkin, what tool should you use to automate testing? There is no official version of Cucumber for Python, so the options are Pytest-BDD, Behave, …