Closed Ankit3794 closed 2 months ago
@Ankit3794, thank you for creating this issue. We will troubleshoot it as soon as we can.
Triage this issue by using labels.
If information is missing, add a helpful comment and then I-issue-template
label.
If the issue is a question, add the I-question
label.
If the issue is valid but there is no time to troubleshoot it, consider adding the help wanted
label.
After troubleshooting the issue, please add the R-awaiting answer
label.
Thank you!
I'm looking to try to move this test runners section to a new page with #1479
This may feature may be closed with #1479 and #1861
Thank you, @shbenzer!
Feature and motivation
There are currently no instructions in the Test Runners section for Python. I would like to contribute the following:
Pytest
Install pytest dependency
pip install pytest
Now, run test using:
pytest
Unittest
Save the script to
test_web_form.py
fileRun the file with using:
python test_web_form.py