sprint_tutorial
sprint_tutorial copied to clipboard
Tutorial and mock repository to teach people to contribute to open source
List testing frameworks, nose, pytest, doctest other stuff ....
nose testing framework doctest unittest styling tools
List testing frameworks: unittest, nose, pytest, doctest, ... Listing styling tools: pep8, flake8 ...
Instead, go back to just showing where the environment is.
Tutorial already pretty long, but mentioning it would be useful to provide people with tools if they want to help with test coverage.
Right now tests for my_sum only test with integers. Would be good to add tests for array and mixed inputs.
Package works great, but it could work better!
`my_product` should take 2 values and multiply them.
We should add commands following the sentence "Build the project into your dev environment. Run the test suite."