enable pytest in vscode and mention it in README

This commit is contained in:
scito
2022-09-04 19:02:36 +00:00
parent fb4cee14da
commit fbde835601
2 changed files with 13 additions and 1 deletions

View File

@@ -3,5 +3,8 @@
{
"path": "."
}
]
],
"settings": {
"python.testing.pytestEnabled": true
}
}