Skip to content
Snippets Groups Projects

Wip adding tests and json functions

Merged Ismail Moumni requested to merge WIP---ADDING-Tests-and-JSON-FUNCTIONS into master
Compare and
10 files
+ 307
38
Compare changes
  • Side-by-side
  • Inline

Files

+ 11
0
{
"python.testing.pytestArgs": [
"."
],
"python.testing.unittestEnabled": false,
"python.testing.nosetestsEnabled": false,
"python.testing.pytestEnabled": true,
"python.linting.pylintEnabled": false,
"python.linting.flake8Enabled": true,
"python.linting.enabled": true
}
\ No newline at end of file
Loading