GuidesΒΆ
- Getting Started
A primer on Ornithology, including how to run tests. Read this first.
- test_curl_plugin.py
Walk through the process of writing an Ornithology test for the
curlplugin from start to finish. Read this second.- Philosophy and Tricks
Observations and techniques for dealing with more complicated tests.
- pytest Integration
Documentation for how
ornithologyintegrates withpytest. Details on how tests and fixtures execute.