Skip to content

Commit c3fc13c

Browse files
committed
test: add new name for cli
1 parent 861920a commit c3fc13c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "async_rutube_downloader"
3-
version = "1.3.1"
3+
version = "1.3.2"
44
description = "download video from RuTube"
55
authors = [{ name = "Miron Sadykov", email = "MironSadykov@yandex.ru" }]
66
readme = "docs/README.md"

tests/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def test_cli_download_from_file(
128128
@pytest.mark.parametrize(
129129
"entry_point",
130130
[
131-
"run_cli",
131+
"rtube-cli",
132132
["python", "-m", "async_rutube_downloader"],
133133
["python", "async_rutube_downloader/run_cli.py"],
134134
],

0 commit comments

Comments
 (0)