Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tooling suggestions #4

Open
iliakur opened this issue Jun 15, 2020 · 0 comments
Open

Tooling suggestions #4

iliakur opened this issue Jun 15, 2020 · 0 comments

Comments

@iliakur
Copy link
Contributor

iliakur commented Jun 15, 2020

Check out these tools to either improve your workflow or make your code more robust:

  • Nothing wrong with Unittest, but pytest is even cooler. There are great plugins available for it!
  • If you want to make sure you do indeed support all versions of Python 3 (3.6-3.8), tox to the rescue! If you're having trouble managing multiple Python versions on your machine, pyenv ;)
  • I noticed you have a class that defines an abstract interface. Consider making it an abc
  • Tired of applying formatting and style-checkers manually? Check out pre-commit.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant