Guest User

Untitled

a guest
Jul 17th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. {
  2. "python.pythonPath": "C:\Users\declan\python.exe",
  3. "python.unitTest.unittestArgs": [
  4. "-v",
  5. "-s",
  6. ".",
  7. "-p",
  8. "*Test*.py"
  9. ],
  10. "python.unitTest.pyTestEnabled": false,
  11. "python.unitTest.nosetestsEnabled": false,
  12. "python.unitTest.unittestEnabled": true
  13. }
Add Comment
Please, Sign In to add comment