mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix some link errors in the test writing tutorial (#33347)
This commit is contained in:
parent
e532e5883c
commit
5c29c65ff4
1 changed files with 7 additions and 5 deletions
|
@ -21,12 +21,14 @@ allows for the fully automated run of integration and/or unit tests from a
|
|||
single interface.
|
||||
|
||||
Salt's test suite is located under the ``tests`` directory in the root of Salt's
|
||||
code base and is divided into two main types of tests: `unit tests and integration
|
||||
tests <Integration vs. Unit>`_. The ``unit`` and ``integration`` sub test suites
|
||||
are located in the ``tests`` directory, which is where the majority of Salt's test
|
||||
cases are housed.
|
||||
code base and is divided into two main types of tests:
|
||||
:ref:`unit tests and integration tests <integration-vs-unit>`. The ``unit`` and
|
||||
``integration`` sub-test-suites are located in the ``tests`` directory, which is
|
||||
where the majority of Salt's test cases are housed.
|
||||
|
||||
|
||||
.. _getting_set_up_for_tests:
|
||||
|
||||
Getting Set Up For Tests
|
||||
========================
|
||||
|
||||
|
@ -94,7 +96,7 @@ testing the logic contained inside Proxy Minion functions.
|
|||
Running the Test Suite
|
||||
======================
|
||||
|
||||
Once all of the `requirements<Getting Set Up For Tests>`_ are installed, the
|
||||
Once all of the :ref:`requirements <getting_set_up_for_tests>` are installed, the
|
||||
``runtests.py`` file in the ``salt/tests`` directory is used to instantiate
|
||||
Salt's test suite:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue