Skip to content

Instantly share code, notes, and snippets.

@gilchris
Created August 16, 2017 08:39
Show Gist options
  • Save gilchris/84d22d836fdca9e3620f9af70660ab7d to your computer and use it in GitHub Desktop.
Save gilchris/84d22d836fdca9e3620f9af70660ab7d to your computer and use it in GitHub Desktop.
Pytest example for windows
@ECHO OFF
set PYTHONDONTWRITEBYTECODE=1
set PYTHONPATH=..\src
C:\Python35\Scripts\pytest.exe %*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment