Skip to content

Commit

Permalink
test: added placeholders/TODOs for future tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Dec 3, 2024
1 parent 7f66dbf commit a70fdc0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tests/test_browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,17 @@ def test_read_url_with_links():

# check that link to activitywatch is present
assert "https://activitywatch.net/" in s


@pytest.mark.slow
def test_read_url_arxiv_html():
# TODO: test that we can read it in a reasonable amount of tokens
# url = "https://arxiv.org/html/2410.12361v2"
pass


@pytest.mark.slow
def test_read_url_arxiv_pdf():
# TODO: test that we can read it
# url = "https://arxiv.org/pdf/2410.12361v2"
pass

0 comments on commit a70fdc0

Please sign in to comment.