Skip to content

Commit

Permalink
Rewrite introduction to the debugging guide
Browse files Browse the repository at this point in the history
  • Loading branch information
RKrahl committed Dec 31, 2023
1 parent 346a344 commit f11cf56
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions doc/src/debugging.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
Debugging guide
===============

This section is supposed to provide hints on what to check if
pytest-dependency does not seem to behave as expected.
It's just too easy to make errors. Sometimes, it's not obvious to
understand the behavior of pytest-dependency: test get skipped
although their dependencies succeed or the other way round, the
dependency marker does not seem have any effect and tests are executed
although their dependency fail.

This section intends to give an overview of the tools that pytest
provides to investigate the situation in detail, which hopefully helps
to understand what happens.

Example
-------
Expand Down

0 comments on commit f11cf56

Please sign in to comment.