From 00176ee2cd7a9bfa267f9544aa22aff3f97cc167 Mon Sep 17 00:00:00 2001 From: Christopher Beard <> Date: Tue, 1 Oct 2019 21:35:08 +0100 Subject: [PATCH] [Docs] Typo corrections in testing.md --- docs/source/contributing/testing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/contributing/testing.md b/docs/source/contributing/testing.md index 1f511245a..8d9d1f31d 100644 --- a/docs/source/contributing/testing.md +++ b/docs/source/contributing/testing.md @@ -14,7 +14,7 @@ View the unit test coverage at: [deluge-torrent.github.io](http://deluge-torrent ### Trial -Here are some examples that show running all the test through to selecting an +Here are some examples that show running all the tests through to selecting an individual test. trial deluge @@ -57,7 +57,7 @@ All the tests for Deluge can be run using [Tox](https://pypi.python.org/pypi/tox ## Travis CI Deluge develop branch is tested automatically by [Travis]. -When creating a pull request (PR) on [GitHub], Travis will be automatically run +When creating a pull request (PR) on [github], Travis will automatically run the unit tests with the code in the PR. [travis]: https://travis-ci.org/deluge-torrent/deluge