Skip to content

Commit

Permalink
added additional readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Formartha committed Apr 9, 2024
1 parent 62d635a commit 47a3ef2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ What?
------
pytest-node-dependency is a pytest plugin that allows you to define dependencies between tests and reorder their execution based on those dependencies. This plugin ensures that tests with dependencies run after their required prerequisites have completed successfully.

A unique feature of the plugin is that if you set a test to depend on another one, the plugin will check if the test being depended upon failed. If that's the case, it will mark the current test as 'expected to fail' (xfail).

How to install?
----------
```
Expand Down Expand Up @@ -73,3 +75,4 @@ Limitations and known issues:
-----------------------------------------------------
* All the tests without dependency (both dependent-on) will run first, then, all tests with connections will run
(e.g. the list of items will be as described)
* Currently, automated xfail is enabled, it should be configurable.

0 comments on commit 47a3ef2

Please sign in to comment.