Skip to content

Commit

Permalink
test: update web -> tools.web; ignore deprecated package
Browse files Browse the repository at this point in the history
  • Loading branch information
dgw committed Jul 26, 2019
1 parent d00168a commit ad27c8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
[run]
source = sopel
branch = True
omit =
sopel/web.py

[report]
# Regexes for lines to exclude from consideration
Expand Down
2 changes: 1 addition & 1 deletion test/test_web.py → test/tools/test_tools_web.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import pytest

from sopel.web import search_urls, trim_url
from sopel.tools.web import search_urls, trim_url


def test_search_urls():
Expand Down

0 comments on commit ad27c8f

Please sign in to comment.