Skip to content

Commit d96f370

Browse files
committed
✅ Add test configurations for Cyclopts CLI framework
1 parent dd40efb commit d96f370

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

ctt.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,22 @@ _extra_tasks = [
5757
"uvx --with sp-repo-review[cli] repo-review . --select RTD --show errskip",
5858
]
5959

60+
[output.".ctt/cli_c_vcs"]
61+
get_package_version_from_vcs = true
62+
cli_framework = "cyclopts"
63+
in_pypi = true
64+
in_rtd = true
65+
in_codecov = true
66+
jupyter_files = "strip_outputs"
67+
68+
[output.".ctt/cli_c_no_vcs"]
69+
get_package_version_from_vcs = false
70+
cli_framework = "cyclopts"
71+
in_pypi = true
72+
in_rtd = true
73+
in_codecov = true
74+
jupyter_files = "ignore"
75+
6076
[output.".ctt/cli_t_vcs"]
6177
get_package_version_from_vcs = true
6278
cli_framework = "typer"

0 commit comments

Comments
 (0)