Kevin K
|
94872e00a5
|
refactor(Arg): changes Arg::short to accept a char instead of &str
Closes #1303
|
2018-07-23 15:10:12 -04:00 |
|
Kevin K
|
8f1c0cfbbd
|
tests: fixes failing tests from new API additions
|
2018-03-21 19:41:58 -04:00 |
|
Kevin K
|
1ab10275e4
|
style: rustfmt run
|
2018-01-25 12:21:17 -05:00 |
|
Kevin K
|
8fd59e0b7b
|
tests: updates tests new global values being propagated up and down
|
2017-10-23 22:14:16 -04:00 |
|
Kevin K
|
f967235a90
|
tests: massively rehauls tests for better debugging and vastly improved error messages/deduplication
|
2017-01-02 23:05:50 -05:00 |
|
tormol
|
215677bfa7
|
style: remove #[allow("warning that apparently doesn't exist")]
I say "apparently" because it's listed on https://manishearth.github.io/rust-clippy/master/
and not as deprecated.
|
2016-10-05 23:15:53 +02:00 |
|
nabijaczleweli
|
7b7aa87ddf
|
tests(correctness): No longer use App::get_matches() in some places
Use App::get_matches_from(vec![""]) instead not to fail when flags are
passed to the test binary
Closes #676
|
2016-10-04 23:22:43 +02:00 |
|
Kevin K
|
b42ca0b5ab
|
chore(Tests): had to remove external clap-test crate...sad face
|
2016-05-09 22:46:09 -04:00 |
|
Kevin K
|
852e58156c
|
tests: removes old python tests and replaces with rust tests
Closes #166
|
2016-05-09 19:14:11 -04:00 |
|
Kevin K
|
7596951a30
|
tests: adds additional tests for new setting and missing old tests
|
2016-02-02 07:21:01 -05:00 |
|
Kevin K
|
f17e150894
|
tests(Usage Parser): adds and fixes tests for usage parser
|
2016-01-28 11:45:31 -05:00 |
|
Kevin K
|
7fc18e685f
|
test(v2): fixing tests to pass under new v2 changes
|
2016-01-28 11:45:31 -05:00 |
|
Sung Rim Huh
|
346450e6f1
|
tests(subcommands): add subcommand tests
|
2016-01-13 08:06:00 -08:00 |
|
Kevin K
|
af8bfb1610
|
tests(ArgGroups): adds tests for ArgGroups
closes #279
|
2015-09-28 12:29:57 -04:00 |
|