Releases: devanshshukla99/pytest-intercept-remote
Releases · devanshshukla99/pytest-intercept-remote
v1.25
v1.24
Now the plugin can report the status of the intercepted requests:
Remote status
Once the requests are intercepted, they can be pinged for their status by using --remote-status=[show/only/no]
option.
-
--remote-status=show
will append the ping functions to pytest run; -
--remote-status=only
will only ping the requests and deselect all other tests;
.. code-block:: bash
$ pytest --remote-status=show
$ pytest --remote-status=only
v1.2
Update README.rst
v1.1
release
v1.0
test release