Skip to content

Releases: devanshshukla99/pytest-intercept-remote

v1.25

24 May 12:33
fa8b51a
Compare
Choose a tag to compare
badge updated

v1.24

24 May 11:56
9db0dc9
Compare
Choose a tag to compare

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

22 May 19:49
ac784bb
Compare
Choose a tag to compare
Update README.rst

v1.1

21 May 15:02
15de897
Compare
Choose a tag to compare
v1.1 Pre-release
Pre-release
release

v1.0

21 May 14:45
d6a9adf
Compare
Choose a tag to compare
v1.0 Pre-release
Pre-release
test release