aboutsummaryrefslogtreecommitdiff
path: root/tests/examples/test_examples.py
Commit message (Collapse)AuthorAgeFilesLines
* pytest: add an example test fetching test directory and ATF vars.Alexander V. Chernikov2023-01-251-0/+10
| | | | MFC after: 2 weeks
* testing: add python test examplesAlexander V. Chernikov2023-01-011-0/+198
Simplify the adoption of python tests by proving some examples, utilising commonly-used patterns. Differential Revision: https://reviews.freebsd.org/D37902 Reviewed by: asomers MFC after: 2 weeks