Add an example test suite that uses pytest-ordering. pytest-ordering lets you decide what order to run your tests in. By default, if no ordering is specified, the tests will run in alphabetical order. Usage: ``@pytest.mark.run(order=1)`` as a decorator to a test method.