- pytest Quick Start Guide
- Bruno Oliveira
- 35字
- 2021-07-16 17:51:29
Organizing files and packages
Pytest needs to import your code and test modules, and it is up to you how to organize them. Pytest supports two common test layouts, which we will discuss next.