Skip to content

Commit

Permalink
Fixed bad test imports
Browse files Browse the repository at this point in the history
  • Loading branch information
coordt committed Jan 20, 2024
1 parent f529d28 commit a74342b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/test_cli/test_bump.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from click.testing import CliRunner, Result

from bumpversion import cli
from conftest import inside_dir
from tests.conftest import inside_dir


class TestNoConfiguredFilesOption:
Expand Down
4 changes: 2 additions & 2 deletions tests/test_cli/test_show.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

from click.testing import CliRunner, Result

import cli
from conftest import inside_dir
from bumpversion import cli
from tests.conftest import inside_dir


def test_show(tmp_path: Path, fixtures_path: Path):
Expand Down
2 changes: 1 addition & 1 deletion tests/test_cli/test_version_display.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from click.testing import CliRunner, Result

import cli
from bumpversion import cli
from bumpversion import __version__


Expand Down

0 comments on commit a74342b

Please sign in to comment.