2016-06-16 13:38:56 +01:00
|
|
|
Example Tests
|
|
|
|
=============
|
|
|
|
|
|
|
|
.. _example:
|
2015-04-20 20:10:04 +01:00
|
|
|
|
|
|
|
What follows is a commented example of some tests in a single
|
2015-04-20 20:21:52 +01:00
|
|
|
file demonstrating many of the :doc:`format` features. See
|
2016-06-16 13:38:56 +01:00
|
|
|
:doc:`loader` for the Python needed to integrate with a testing
|
2015-04-20 20:21:52 +01:00
|
|
|
harness.
|
2015-04-20 20:10:04 +01:00
|
|
|
|
|
|
|
.. literalinclude:: example.yaml
|
|
|
|
:language: yaml
|
|
|
|
|
2016-04-06 14:20:30 +01:00
|
|
|
|