add .vscode/settings.json to allow testing and debugging of the unit tests inside vscode
Closed this issue · 6 comments
suzannejin commented
add .vscode/settings.json to allow testing and debugging of the unit tests inside vscode
mathysgrapotte commented
.vscode/settings.json is currently included in .gitignore and I believe should be unique to each user, thoughts ?
suzannejin commented
in theory it should be depending on the package structure no?
so it should work for everybody
mathysgrapotte commented
I mean that not everyone uses vscode for testing, additionaly, you may want to modify the testing scheme depending on your usecase in vscode locally (for instance using unittest or pytest which yield different results), also, those files might differ depending on vscode version!
suzannejin commented
so you suggest we don't put it in github, and each of us use it independently?
mathysgrapotte commented
Yes !
suzannejin commented
okay then