Lines Matching refs:pytest
18 if ! command -v pytest &> /dev/null; then
19 echo "Installing pytest..."
20 python -m pip install pytest "$@"
22 echo "pytest is already installed."
27 if ! pip show pytest-html &> /dev/null; then
28 echo "Installing pytest-html..."
29 python -m pip install pytest-html "$@"
31 echo "pytest-html is already installed."
36 if ! pip show pytest-metadata &> /dev/null; then
37 echo "Installing pytest-metadata..."
38 python -m pip install pytest-metadata "$@"
40 echo "pytest-metadata is already installed."