Skip to content

Commit

Permalink
docs Add missing word in testing docs (#12657)
Browse files Browse the repository at this point in the history
* Add missing word in testing docs
* Clarify sourcing test-database.sh

Co-authored-by: Michal Čihař <[email protected]>
  • Loading branch information
meel-hd and nijel authored Oct 2, 2024
1 parent ee1bb4a commit 061db6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/contributing/tests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ There are several jobs to verify different aspects:
The configuration for the CI is in :file:`.github/workflows` directory. It
heavily uses helper scripts stored in :file:`ci` directory. The scripts can be
also executed manually, but they require several environment variables, mostly
defining Django settings file to use and database connection. The example
defining Django settings file to use and test database connection. The example
definition of that is in :file:`scripts/test-database.sh`:

.. literalinclude:: ../../scripts/test-database.sh
Expand All @@ -36,7 +36,7 @@ The simple execution can look like:

.. code-block:: sh
. scripts/test-database.sh
source scripts/test-database.sh
./ci/run-migrate
./ci/run-test
./ci/run-docs
Expand Down

0 comments on commit 061db6b

Please sign in to comment.