diff --git a/docs/guides/coverage.md b/docs/guides/coverage.md index 6a0a4c73..12d84f3e 100644 --- a/docs/guides/coverage.md +++ b/docs/guides/coverage.md @@ -1,4 +1,4 @@ -# Code Coverage +# Coverage The "Code coverage" value of a codebase indicates how much of the production/development code is covered by the running unit tests. Maintainers diff --git a/docs/guides/docs.md b/docs/guides/docs.md index 0ac9746e..e7c785b2 100644 --- a/docs/guides/docs.md +++ b/docs/guides/docs.md @@ -1,4 +1,4 @@ -# Writing documentation +# Documentation Documentation used to require learning reStructuredText (sometimes referred to as reST / rST), but today we have great choices for documentation in markdown, diff --git a/docs/guides/pytest.md b/docs/guides/pytest.md index b08ea785..096cb1a6 100644 --- a/docs/guides/pytest.md +++ b/docs/guides/pytest.md @@ -1,4 +1,4 @@ -# Testing with pytest +# Testing Tests are crucial to writing reliable software. A good test suite allows you to: