Compare commits

..

No commits in common. "4f91659713fa7ee5aa83aa1f34f904307ae382c5" and "a4608db424b98cc72506d9dc1f5628ca07ba4834" have entirely different histories.

2 changed files with 0 additions and 5 deletions

2
.gitignore vendored
View File

@ -16,6 +16,4 @@ app/static/donate-the-author-hidden.jpg
app/model/__pycache__/ app/model/__pycache__/
app/test/__pycache__/ app/test/__pycache__/
app/test/.pytest_cache/ app/test/.pytest_cache/
app/test/pytest_report.html
app/test/assets
app/log.txt app/log.txt

View File

@ -146,9 +146,6 @@ Install the following dependencies too:
- pip install -U selenium==3.141.0 - pip install -U selenium==3.141.0
- pip install -U urllib3==1.26.2 - pip install -U urllib3==1.26.2
Run the test using pytest as follows: pytest --html=pytest_report.html test_add_word.py
The above command will generate a HTML report file pytest_report.html after finishing executing test_add_word.py. Note: you need to install pytest-html package first: pip install pytest-html.
## TODO ## TODO