# 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)
