Files
deb-python-falcon/docs/api/testing.rst
Serge 04d73f5256 refactor(tests): Migrate to pytest (#1057)
Convert tests to pytest
Remove ddt and testtols dependencies

Closes falconry/falcon#844
2017-05-25 10:32:55 -07:00

24 lines
532 B
ReStructuredText

.. _testing:
Testing
=======
Reference
---------
.. automodule:: falcon.testing
:members: Result, Cookie,
simulate_request, simulate_get, simulate_head, simulate_post,
simulate_put, simulate_options, simulate_patch, simulate_delete,
TestClient, TestCase, SimpleTestResource, StartResponseMock,
capture_responder_args, rand_string, create_environ, redirected
Deprecated
----------
.. autoclass:: falcon.testing.TestBase
:members:
.. autoclass:: falcon.testing.TestResource
:members: