> For the complete documentation index, see [llms.txt](https://wiki.dewaka.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.dewaka.com/programming-languages/python/testing.md).

# Testing

## Unit testing

* Python project structure for tests - [Typical Directory structure for python tests](https://gist.github.com/tasdikrahman/2bdb3fb31136a3768fac).
* Reference - [unittest — Unit testing framework — Python](https://docs.python.org/3/library/unittest.html)
