From 81ca746c74b2eab8e04416b83935e28221cb7805 Mon Sep 17 00:00:00 2001 From: Baiju Muthukadan Date: Fri, 5 Apr 2024 13:08:35 +0530 Subject: [PATCH] Remove the nose testing tool Signed-off-by: Baiju Muthukadan --- source/getting-started.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/source/getting-started.rst b/source/getting-started.rst index 0c345f5..8c71e49 100644 --- a/source/getting-started.rst +++ b/source/getting-started.rst @@ -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 -`_ and `nose -`_. +Python's unittest module. Alternatively, you may consider `pytest +`_ 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`