Skip to content

Commit b79e276

Browse files
Merge pull request #2 from forceve/step1/pr2a-file-moves
[2/7] file moves
2 parents 39d59ea + 8f4d0f1 commit b79e276

37 files changed

Lines changed: 3924 additions & 3867 deletions

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ npu = [
4848
]
4949

5050
[project.scripts]
51-
vibemouse = "vibemouse.main:main"
51+
vibemouse = "vibemouse.cli.main:main"
5252

5353
[tool.setuptools]
5454
package-dir = {"" = "."}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ def test_transcription_failure_logs_exception(self) -> None:
504504
getattr(subject, "_transcribe_and_output"),
505505
)
506506

507-
with self.assertLogs("vibemouse.app", level="ERROR") as captured:
507+
with self.assertLogs("vibemouse.core.app", level="ERROR") as captured:
508508
transcribe_and_output(recording, "default")
509509

510510
self.assertTrue(

0 commit comments

Comments
 (0)