How to Install and Uninstall python3-pytest-datadir Package on Kali Linux

Last updated: May 13,2024

1. Install "python3-pytest-datadir" package

This guide let you learn how to install python3-pytest-datadir on Kali Linux

$ sudo apt update $ sudo apt install python3-pytest-datadir

2. Uninstall "python3-pytest-datadir" package

This guide let you learn how to uninstall python3-pytest-datadir on Kali Linux:

$ sudo apt remove python3-pytest-datadir $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-pytest-datadir package on Kali Linux

Package: python3-pytest-datadir
Source: pytest-datadir
Version: 1.4.1+ds-1
Installed-Size: 27
Maintainer: Debian Python Team
Architecture: all
Depends: python3-pytest, python3:any
Size: 6072
SHA256: 5c8778d2e4a0850e76119b2ec72f2224f74c71491d558ed196a7e811ea68e135
SHA1: d662f4df943fdb96d22e791f21cb21da621ab638
MD5sum: ca411a16db8ca1329315461d8319dbfa
Description: py.test plugin for manipulating test data directories and files
pytest-datadir will look up for a directory with the name of the current
module or the global 'data' folder, and allow one to access the content of
these files using injected variables datadir or shared_datadir.
.
The files in the data dirs are copied to a temporary path before tests being
run. Henceforth, a modification won't happen on the original files.
.
This package provides the py.test plugin for Python 3 code.
Description-md5:
Homepage: https://github.com/gabrielcnr/pytest-datadir
Section: python
Priority: optional
Filename: pool/main/p/pytest-datadir/python3-pytest-datadir_1.4.1+ds-1_all.deb