smarie / python-pytest-steps

A tiny package to ease the creation of test steps with shared intermediate results/state.
https://smarie.github.io/python-pytest-steps/
BSD 3-Clause "New" or "Revised" License
56 stars 5 forks source link

Plugin fails to be detected when pytest-harvest is not present #29

Closed smarie closed 5 years ago

smarie commented 5 years ago
  File "/home/travis/miniconda/envs/test-environment/lib/python2.7/site-packages/pytest_steps/plugin.py", line 3, in <module>
    from pytest_steps import pivot_steps_on_df, handle_steps_in_results_df
ImportError: cannot import name pivot_steps_on_df
The command "python -m pytest --version" failed and exited with 1 during .