diff options
author | bnewbold <bnewbold@archive.org> | 2020-03-27 16:50:08 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-27 16:50:08 -0700 |
commit | 98abe2e751187aa7c2e751b355ffb56d9b1f8c6a (patch) | |
tree | f198efd4fcf070554bce164cd261de54d397cdfe /python/tests | |
parent | 5c4f5114b4dfeb7a5deca20d460c9fc5759a922a (diff) | |
parent | 94710b2803780ab16fb30b79010f8e27cf115512 (diff) | |
download | fatcat-98abe2e751187aa7c2e751b355ffb56d9b1f8c6a.tar.gz fatcat-98abe2e751187aa7c2e751b355ffb56d9b1f8c6a.zip |
Merge pull request #53 from EdwardBetts/spelling
Correct spelling mistakes
Diffstat (limited to 'python/tests')
-rw-r--r-- | python/tests/web_entity_views.py | 2 | ||||
-rw-r--r-- | python/tests/web_search.py | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/python/tests/web_entity_views.py b/python/tests/web_entity_views.py index e25c0296..a3f0f897 100644 --- a/python/tests/web_entity_views.py +++ b/python/tests/web_entity_views.py @@ -65,7 +65,7 @@ def test_entity_basics(app): # TODO: redirects and deleted entities def test_web_deleted_release(app, api): - # specific regresion test for view of a deleted release + # specific regression test for view of a deleted release # create release eg = quick_eg(api) diff --git a/python/tests/web_search.py b/python/tests/web_search.py index 19e2c29f..24b817dc 100644 --- a/python/tests/web_search.py +++ b/python/tests/web_search.py @@ -75,7 +75,7 @@ def test_stats(app): json=elastic_resp3.copy(), status=200) rv = app.get('/stats') assert rv.status_code == 200 - # TODO: probe these reponses better + # TODO: robe these responses better @responses.activate def test_stats_json(app): @@ -112,7 +112,7 @@ def test_container_stats(app): json=elastic_resp, status=200) rv = app.get('/container/issnl/1234-5678/stats.json') assert rv.status_code == 200 - # TODO: probe this reponse better + # TODO: probe this response better # TODO: container stats # TODO: container ISSN-L query |