Skip to content

Commit 53649b4

Browse files
committed
Fix pyproject.toml, README.md and update poetry.lock
1 parent 83d8d4d commit 53649b4

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ For more information see
1919
* Run `poetry install`
2020

2121
### Check the installation success
22-
* Run `poetry check`, this command runs simple test generation and shows error messages
22+
* Run `poetry run check`, this command runs simple test generation and shows error messages
2323
* Successful logger messages should end with the following lines:
2424
```
2525
Exit status: 0

poetry.lock

+15-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ build-backend = "poetry.core.masonry.api"
2424
utbot-python = "python_tool_competition_2024_utbot_python.generator:UTBotPythonTestGenerator"
2525

2626
[tool.poetry.scripts]
27-
check = "python_tool_competition_2024_utbot_python.check_usvm:main"
27+
check = "python_tool_competition_2024_utbot_python.check_usvm:check_usvm"

0 commit comments

Comments
 (0)