Testing - xGov Beta Architecture
Keyboard shortcuts
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
- Auto
- Light
- Dark
xGov Beta Architecture
xGov Architecture uses the PyTest framework for unit tests and end-to-end tests.
PyTest fixtures are organized hierarchically in the tests folder: fixtures defined
in the conftest.py file at higher levels are available to all the nested-level
tests.