2485 shaares
83 private links
83 private links
python testing resources:
- getting started with python testing: https://realpython.com/python-testing/#testing-your-code
- testing cli apps: https://stackoverflow.com/questions/13493288/python-cli-program-unit-testing
- techniques for cli testing: https://realpython.com/python-cli-testing/#unit-testing-with-pytest-and-mocks
- writing doctests: https://www.digitalocean.com/community/tutorials/how-to-write-doctests-in-python
- doctest documentation: https://docs.python.org/3/library/doctest.html