Skip to content

Instantly share code, notes, and snippets.

@python012
Created December 31, 2021 00:54
Show Gist options
  • Save python012/4257bb072e6f27f9420744b20a7ba1bf to your computer and use it in GitHub Desktop.
Save python012/4257bb072e6f27f9420744b20a7ba1bf to your computer and use it in GitHub Desktop.
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