3. Local Testing#
3.1. Installation#
Using pip’s VCS support, you can install the test suite directly from the repository.
To install the latest version of the test suite, run the following command:
pip install "PyPackIT-Test1-TestSuite @ git+https://github.com/AAriam/PyPackIT-Test1.git@main#subdirectory=tests"
To install a specific version of the test suite, replace main
with the desired tag or commit hash.