Software Alternatives & Reviews

10 Ways To Level Up Your Testing with Python

pre-commit by Yelp ZenML
  1. A framework for managing and maintaining multi-language pre-commit hooks
    Pricing:
    • Open Source
    At ZenML we use pre-commit hooks that kick into action whenever you try to commit code. (Check out our pyproject.toml configuration and our scripts/ directory to see how we handle this!) It ensures a level of consistency throughout our codebase, ensuring that all our functions have docstrings, for example, or implementing a standard order for import statements.

    #Git #Kids #Development 142 social mentions

  2. 2
    Create reproducible machine learning pipelines
    There's nothing like working on testing to get you familiar with a codebase. I've been working on adding back in some testing to the ZenML codebase this past couple of weeks and as a relatively new employee here, it has been a really useful way to dive into how things work under the hood.

    #Developer Tools #AI #GitHub 10 social mentions

Discuss: 10 Ways To Level Up Your Testing with Python

Log in or Post with