@@ -154,7 +154,7 @@ individual keywords.
154154
155155- All new enhancements or changes should have a note telling when the
156156 change was introduced. Often adding something like
157- ``New in SeleniumLibray 1.8. `` is enough.
157+ ``New in SeleniumLibrary 1.8. `` is enough.
158158
159159Keyword documentation can be easily created using `invoke `_ task::
160160
@@ -168,8 +168,8 @@ Tests
168168When submitting a pull request with a new feature or a fix, you should
169169always include tests for your changes. These tests prove that your
170170changes work, help prevent bugs in the future, and help document what
171- your changes do. Depending an the change, you may need
172- ``acceptance tests `` \ * , `` unit tests`` or both.
171+ your changes do. Depending an the change, you may need `` acceptance tests ``,
172+ ``unit tests `` or both.
173173
174174Make sure to run all of the tests before submitting a pull request to be
175175sure that your changes do not break anything. If you can, test in
@@ -182,21 +182,24 @@ Acceptance tests
182182Most of SeleniumLibrary's testing is done using acceptance tests that
183183naturally use Robot Framework itself for testing. Every new
184184functionality or fix should generally get one or more acceptance tests.
185- For more details on acceptance tests see `atest/README.rst `_.
185+ For more details on acceptance tests and how to run the acceptance tests,
186+ see `atest/README.rst `_.
186187
187188Unit tests
188189~~~~~~~~~~
189190
190191Unit tests are great for testing internal logic and should be added when
191- appropriate. For more details on unit tests see `utest/README.rst `_.
192-
192+ appropriate. For more details on unit tests and running them, see
193+ `utest/README.rst `_.
194+ q
193195Continuous integration
194196----------------------
195197
196- SeleniumLibrary use GitHub Actions as it's continuous integration (CI) server.
197- For more details about how to run the tests and how `GitHub Actions `_
198- integration is implemented can be found with the `atest/README.rst `_ for
199- acceptance tests and `utest/README.rst `_ for unit tests.
198+ SeleniumLibrary uses GitHub Actions as it's continuous integration (CI) server.
199+
200+ .. ToDo: re-add when explanation of GitHUb Actions is written
201+ More details about how `GitHub Actions`_ integration is implemented can be
202+ found within `<.github/CI/README.rst>.
200203
201204 Finalizing pull requests
202205------------------------
0 commit comments