clap/clap_derive/tests
Ed Page 78e4c90326 refactor(tests): Prepare for Special Type experiments
In experimenting on #1772, I want to write test cases for various
combinations of required or not, values vs occurrences, etc.  There
wasn't really a clear place to put these.

On top of that, I wanted there to be a clear place in the tests for
describing the behavior of special types, to make it easier to audit and
easier to see how a PR for #1772 changes things.

As part of this effort in organizing these tests, I reduced the number
of tests that use special types.  This better focuses these tests on the
cases they are intending to cover, rather than pulling in unrelated
features.  This makes it easier to audit special types and makes it so
failures give more focused results, making it easier to see what broke.
2021-11-04 13:12:01 -05:00
..
ui fix(derive): Support 'update' with 'flatten' 2021-10-15 14:19:16 -05:00
app_name.rs fix(derive)!: Rename Clap to Parser. 2021-10-09 20:12:03 -05:00
arg_enum.rs refactor(tests): Prepare for Special Type experiments 2021-11-04 13:12:01 -05:00
argument_naming.rs test(derive): Provide better error info 2021-10-30 10:00:34 -05:00
arguments.rs refactor(tests): Prepare for Special Type experiments 2021-11-04 13:12:01 -05:00
author_version_about.rs fix(derive)!: Rename Clap to Parser. 2021-10-09 20:12:03 -05:00
basic.rs refactor(tests): Prepare for Special Type experiments 2021-11-04 13:12:01 -05:00
boxed.rs test(derive): Provide better error info 2021-10-30 10:00:34 -05:00
custom-string-parsers.rs test(derive): Provide better error info 2021-10-30 10:00:34 -05:00
default_value.rs test(derive): Provide better error info 2021-10-30 10:00:34 -05:00
deny-warnings.rs test(derive): Provide better error info 2021-10-30 10:00:34 -05:00
doc-comments-help.rs refactor(tests): Prepare for Special Type experiments 2021-11-04 13:12:01 -05:00
explicit_name_no_renaming.rs refactor(tests): Prepare for Special Type experiments 2021-11-04 13:12:01 -05:00
flags.rs refactor(tests): Prepare for Special Type experiments 2021-11-04 13:12:01 -05:00
flatten.rs test(derive): Provide better error info 2021-10-30 10:00:34 -05:00
help.rs refactor(tests): Prepare for Special Type experiments 2021-11-04 13:12:01 -05:00
issues.rs refactor(tests): Prepare for Special Type experiments 2021-11-04 13:12:01 -05:00
macros.rs refactor(tests): Prepare for Special Type experiments 2021-11-04 13:12:01 -05:00
nested-subcommands.rs test(derive): Provide better error info 2021-10-30 10:00:34 -05:00
non_literal_attributes.rs test(derive): Provide better error info 2021-10-30 10:00:34 -05:00
options.rs refactor(tests): Prepare for Special Type experiments 2021-11-04 13:12:01 -05:00
privacy.rs refactor(tests): Prepare for Special Type experiments 2021-11-04 13:12:01 -05:00
raw_bool_literal.rs test(derive): Provide better error info 2021-10-30 10:00:34 -05:00
raw_idents.rs refactor(tests): Prepare for Special Type experiments 2021-11-04 13:12:01 -05:00
rename_all_env.rs feat(doc): Fix many typos in docs, comments and codes found by typos-cli 2021-10-19 10:38:22 +09:00
skip.rs test(derive): Provide better error info 2021-10-30 10:00:34 -05:00
subcommands.rs test(derive): Provide better error info 2021-10-30 10:00:34 -05:00
ui.rs Bump MSRV to 1.54.0 2021-07-30 10:19:21 +01:00
utf8.rs fix(derive)!: Rename Clap to Parser. 2021-10-09 20:12:03 -05:00
utils.rs Fix test 2020-07-06 17:26:53 +03:00