-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 重构CLI应用程序为cappa * typing lint * 修复xlrd依赖 * 升级cappa为0.10.2 * 更新CLI参数说明
- Loading branch information
Showing
8 changed files
with
232 additions
and
208 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#!/usr/bin/env python3 | ||
# -*- coding: utf-8 -*- | ||
from rich import get_console | ||
|
||
console = get_console() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,27 @@ | ||
allure-pytest==2.13.2 | ||
cache3==0.2.1 | ||
cappa==0.10.2 | ||
cryptography==41.0.4 | ||
dbutils==3.0.2 | ||
dirty_equals==0.6.0 | ||
faker==13.15.0 | ||
httpx==0.23.0 | ||
jinja2==3.1.2 | ||
loguru==0.6.0 | ||
openpyxl==3.0.7 | ||
pre-commit==3.2.2 | ||
pydantic==2.3.0 | ||
pymysql==0.9.3 | ||
pyright==1.1.315 | ||
pyright==1.1.332 | ||
pytest==7.4.1 | ||
pytest-html==4.0.0 | ||
pytest-metadata==3.0.0 | ||
pytest-pretty==1.2.0 | ||
pytest-xdist==2.5.0 | ||
python-dateutil==2.8.2 | ||
python-dotenv==0.20.0 | ||
python-jsonpath==0.9.0 | ||
pyyaml==6.0.1 | ||
redis==4.5.4 | ||
redis[hiredis]==5.0.1 | ||
requests==2.31.0 | ||
rich==13.6.0 | ||
rtoml==0.9.0 | ||
ruff==0.0.262 | ||
text-unidecode==1.3 | ||
typer[all]==0.9.0 | ||
xlrd==1.2.0 |