mattduck / pytest-it

Decorate your pytest suite with RSpec-style pytest markers, then run `pytest --it` to see a plaintext spec of the test structure.
MIT License
35 stars 6 forks source link

fix: startdir deprecated in favor of start_path #9

Closed glesperance closed 1 year ago

glesperance commented 1 year ago

Fixes #8

mattduck commented 1 year ago

Thanks for this! Will include it in next release.