please can someone edit this settings.json file #3167
Closed
obalola-01
started this conversation in
Feedback
Replies: 1 comment
-
what is the difference between unitest and pytest testing. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
}
} //python testing settings
"python.testing.pytestEnabled": true,
"python.testing.pytestArgs": [
"--color=yes",
"--verbose",
"--cov",
"--cov-report=term",
"--cov-report=html
}
Beta Was this translation helpful? Give feedback.
All reactions