Skip to content

Commit

Permalink
Remove the nose testing tool
Browse files Browse the repository at this point in the history
Signed-off-by: Baiju Muthukadan <[email protected]>
  • Loading branch information
baijum committed Apr 5, 2024
1 parent 3706869 commit 81ca746
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions source/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,8 @@ Using Selenium to write tests

Selenium is mostly used for writing test cases. The `selenium` package itself
doesn't provide a testing tool/framework. You can write test cases using
Python's unittest module. The other options for a tool/framework are `pytest
<https://docs.pytest.org/en/stable/>`_ and `nose
<https://nose.readthedocs.io/en/latest/>`_.
Python's unittest module. Alternatively, you may consider `pytest
<https://docs.pytest.org/en/stable/>`_ for writing tests.

In this chapter, we use `unittest` as the framework of choice. Here is the
modified example which uses the unittest module. This is a test for the `python.org`
Expand Down

0 comments on commit 81ca746

Please sign in to comment.