Skip to content

Commit

Permalink
have tests use public APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
blancadesal committed Feb 19, 2024
1 parent c9cf251 commit ac0c6d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_dump.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import pytest

from mwsql.dump import Dump
from mwsql import Dump

from .helpers import Capturing

Expand Down
3 changes: 2 additions & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
import pytest
import requests

from mwsql.utils import _open_file, head, load
from mwsql import head, load
from mwsql.utils import _open_file

from .helpers import Capturing

Expand Down

0 comments on commit ac0c6d9

Please sign in to comment.