From 4b9fb24f797730fa32fffb747627023853ace3a0 Mon Sep 17 00:00:00 2001 From: Salmanul Farzy Date: Tue, 6 Feb 2018 21:09:15 +0530 Subject: [PATCH] Fix link formatting in testing doc --- docs/testing.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/testing.md b/docs/testing.md index fa21f71..37524d7 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -1,11 +1,11 @@ # Testing - Read existing tests inside `/tests/` folder to get an idea of how the tests are organized. -- Get yourself familiar with `[fixtures]` & `[factories]`. They are your friend. +- Get yourself familiar with [`fixtures`] & [`factories`]. They are your friend. - Read https://splinter.readthedocs.org/en/latest/api/driver-and-element-api.html to get your self with all the methods available with `browser` fixture. You must include `base_url` fixture, in your test cases to start a Live Test Server. -[fixtures]: https://pytest.org/latest/fixture.html -[factories]: https://factoryboy.readthedocs.org +[`fixtures`]: https://pytest.org/latest/fixture.html +[`factories`]: https://factoryboy.readthedocs.org ## Run tests partially