Created
August 16, 2017 08:39
-
-
Save gilchris/84d22d836fdca9e3620f9af70660ab7d to your computer and use it in GitHub Desktop.
Pytest example for windows
This file contains hidden or 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
@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