smart_open icon indicating copy to clipboard operation
smart_open copied to clipboard

Improve QOL for testing & contributing

Open Kache opened this issue 3 years ago • 2 comments

  • Add cfg in pyproject.toml to support pytest without args
  • Add CONTRIBUTING.md with quickstart guide
  • Add .venv to .gitignore

Kache avatar Aug 25 '22 19:08 Kache

fyi @mpenkov I didn't discuss this /w maintainers ahead of time. I did this while working on #719

It would've helped me to get started with a dev env had a CONTRIBUTING.md existed.

Kache avatar Aug 25 '22 19:08 Kache

Honestly, the more important thing for me would be understanding the auto formatted/config settings for the project. (Which could also end up in the pyproject.toml)

The rest of the setup seemed to be “standard python workflow”, but happy if the maintainers think it would be helpful!

cadnce avatar Oct 02 '22 00:10 cadnce

Thank you!

mpenkov avatar Nov 25 '22 13:11 mpenkov