Skip to content

Commit

Permalink
comment tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulbot committed Dec 13, 2023
1 parent 94e3a82 commit e87f827
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,7 @@ Distribution

### Test Cache

Test are run against fixtures by default.
This can be change with the use of '--use-cache=False' when running tests

Test are run against fixtures by default. This can be changed with the use of '--use-cache=False' when running tests.
When adding new tests, re-run 'scripts/get-test-web-content.py'

Version History
Expand Down
6 changes: 3 additions & 3 deletions scripts/get-test-web-content.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
from mcmetadata import webpages

"""
The purpose of this script is to grab all of the urls present in the tests directory and cache the content in the fixtures folder.
The filenames will be equal to the alphanumeric content of the surt-ified url- this way, we can run the tests against known cached content
instead of having to query the IA everytime we want to test.
The purpose of this script is to grab all of the urls present in the tests directory and cache the content in the
fixtures folder. The filenames will be equal to the alphanumeric content of the surt-ified url- this way, we can run
the tests against known cached content instead of having to query the IA everytime we want to test.
"""

test_directory = "../mcmetadata/test"
Expand Down

0 comments on commit e87f827

Please sign in to comment.