Created
December 31, 2021 00:54
-
-
Save python012/4257bb072e6f27f9420744b20a7ba1bf to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
python3 -m venv ./venv | |
source ./venv/bin/activate | |
pip3 install -r requirements.txt | |
pytest -vs --color=yes --disable-warnings --junitxml=result.xml --suppress-tests-failed-exit-code |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment