-
Notifications
You must be signed in to change notification settings - Fork 45
Closed
Labels
Milestone
Description
Some libraries that use rich-click extensively that we'd like to test manually for 1.9 to ensure that nothing breaks.
1.9 makes significant changes to the internals, but should not be breaking at the high-level API.
Checkboxes represent validation that everything works.
As of writing, 1.9.0dev0 isn't feature-stable so no tests performed.
Test cases are decided based on two main factors:
- Popularity of the library (i.e. impact for breaking changes larger)
- Complexity of feature set used (e.g. use of options/command groups, subclassing RichComamands)
Test cases
- https://github.com/litestar-org/litestar
- https://github.com/pathintegral-institute/mcpm.sh
- https://github.com/tconbeer/harlequin
-
https://github.com/apache/airflow (breeze CLI)Too hard to test. - https://github.com/MultiQC/MultiQC
- https://github.com/bowtie-json-schema/bowtie
- https://github.com/flyteorg/flyte-sdk
- https://github.com/flyteorg/flytekit
- https://github.com/espressif/esptool
- https://github.com/SearchSavior/OpenArc
peterdragun and ewels