summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Ennis <james.ennis@codethink.co.uk>2019-09-12 15:51:08 +0100
committerbst-marge-bot <marge-bot@buildstream.build>2019-09-13 16:17:36 +0000
commit0e9a2794199eba9c4eb88a379c8ed5894a441484 (patch)
tree9e0a28ecd4fcb3f77436b936dc7083c2f8d7b949
parent2b54ff7db5628b3074871136a651c3a2a6862b1e (diff)
downloadbuildstream-0e9a2794199eba9c4eb88a379c8ed5894a441484.tar.gz
using_the_testsuite.rst: Rename title to be more descriptive
-rw-r--r--doc/source/hacking/using_the_testsuite.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/hacking/using_the_testsuite.rst b/doc/source/hacking/using_the_testsuite.rst
index c1389f324..2bd2696bb 100644
--- a/doc/source/hacking/using_the_testsuite.rst
+++ b/doc/source/hacking/using_the_testsuite.rst
@@ -2,8 +2,8 @@
.. _contributing_testing:
-Testing
--------
+Using the test suite
+--------------------
BuildStream uses `tox <https://tox.readthedocs.org/>`_ as a frontend to run the
tests which are implemented using `pytest <https://pytest.org/>`_. We use
pytest for regression tests and testing out the behavior of newly added