How to Install and Uninstall python-django-nose-selenium Package on openSUSE Leap

Last updated: November 23,2024

1. Install "python-django-nose-selenium" package

Please follow the guidelines below to install python-django-nose-selenium on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python-django-nose-selenium

2. Uninstall "python-django-nose-selenium" package

In this section, we are going to explain the necessary steps to uninstall python-django-nose-selenium on openSUSE Leap:

$ sudo zypper remove python-django-nose-selenium

3. Information about the python-django-nose-selenium package on openSUSE Leap

Information for package python-django-nose-selenium:
----------------------------------------------------
Repository : Main Repository
Name : python-django-nose-selenium
Version : 0.7.3-bp153.1.13
Arch : noarch
Vendor : openSUSE
Installed Size : 209,7 KiB
Installed : No
Status : not installed
Source package : python-django-nose-selenium-0.7.3-bp153.1.13.src
Summary : Adds selenium testing support to the nose test suite
Description :
Selenium is a portable testing framework for web applications. It allows you to
write tests that run in the browser to test your user interface and javascript
code that is not available through the usual testing channels. See the examples
below to get a clearer impression of what selenium tests can provide.
django-nose-selenium allows you to write and run selenium tests the same way as
usual django unit tests.