https://github.com/jsfehler/pytest-packagetree
Pytest plugin for package-tree
https://github.com/jsfehler/pytest-packagetree
Last synced: 8 months ago
JSON representation
Pytest plugin for package-tree
- Host: GitHub
- URL: https://github.com/jsfehler/pytest-packagetree
- Owner: jsfehler
- License: mit
- Created: 2018-07-17T14:24:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-17T15:14:47.000Z (almost 8 years ago)
- Last Synced: 2025-04-08T12:50:17.099Z (about 1 year ago)
- Language: Python
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pytest-packagetree
Pytest plugin for package-tree
### Hooks
The following pytest hooks are available:
- pytest_packagetree_modules - Must return a list of directory names. Each directory is turned into a PackageTree and placed inside a pytest fixture of the same name.
By default, the `pages` directory is used.