Skip to content

Commit

Permalink
Add poetry.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
timotk committed Jul 29, 2023
1 parent fbc163b commit c82438d
Show file tree
Hide file tree
Showing 18 changed files with 2,187 additions and 1,038 deletions.
1,152 changes: 1,152 additions & 0 deletions poetry.lock

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions tests/mocks.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import pytest
from requests_html import HTML, HTMLResponse, HTMLSession


Expand All @@ -22,4 +21,3 @@ def mock_get(url: str):
response = HTMLResponse(session=HTMLSession)
response._html = HTML(html=f.read())
return response

38 changes: 19 additions & 19 deletions tests/pages/active_topics.html

Large diffs are not rendered by default.

630 changes: 315 additions & 315 deletions tests/pages/article.html

Large diffs are not rendered by default.

548 changes: 274 additions & 274 deletions tests/pages/find.html

Large diffs are not rendered by default.

Loading

0 comments on commit c82438d

Please sign in to comment.