Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

test-failure.rst 646B

vor 5 Jahren
vor 5 Jahren
1234567891011121314151617
  1. Error: One or more tests failed
  2. ###############################
  3. This error message is printed when a project's tests encounter a failure
  4. condition. The exact behavior of tests is determined by a project's
  5. ``test_driver``.
  6. If you see this error, it is most likely that you have an issue in the tests of
  7. your project.
  8. When a project is built with the ``build`` command, it is the default behavior
  9. for ``dds`` to compile, link, and execute all tests defined for the project.
  10. Test execution can be suppressed using the ``--no-tests`` command line option
  11. with the ``build`` subcommand.
  12. .. seealso::
  13. Refer to the page on :ref:`pkgs.apps-tests`.