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 |
|