DEPENDS.rst 467 B

12345678910
  1. DEPENDS
  2. -------
  3. Specifies that this test should only be run after the specified list of tests.
  4. Set this to a list of tests that must finish before this test is run. The
  5. results of those tests are not considered, the dependency relationship is
  6. purely for order of execution (i.e. it is really just a *run after*
  7. relationship). Consider using test fixtures with setup tests if a dependency
  8. with successful completion is required (see :prop_test:`FIXTURES_REQUIRED`).