Kevin K
a01812fed8
tests: adds tests for requiring the equals syntax in options
2017-02-20 20:24:28 -05: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
Kevin K
327c514d7a
test(Options): adds a test against issue 665
2016-12-30 16:25:48 -05:00
Kevin K
b03eff6df5
tests(Default Values If): adds tests for the new defualt_value_if[s] methods
2016-12-28 23:21:40 -05:00
Kevin K
cf9d6ce5cd
refactor: refactors the internals a bit
...
Flags, Opts, and Positionals now store their internals using compartmented Base, Valued, and
Switched structs to keep the code duplication down and make it easier to maintain.
Iniside the src/app/parser.rs there have been several changes to make reasoning about the code
easier. Primarily moving related sections out of the large get_matches_with into their own
functions.
2016-11-20 14:47:03 -05:00
tormol
996fc38176
docs: fix tests that fail when the "suggestions" feature is disabled
2016-10-16 11:31:12 +02:00
Bence Szigeti
8d7bea823f
Fix: extra space typo removed
2016-07-05 22:01:04 +02:00
Kevin K
98a7e8a636
tests(Arg): adds tests for
...
Closes #546
2016-06-29 23:01:47 -04:00
Kevin K
c84834abbb
tests(Options): adds tests to cover new stop parsing vals after spaces with equals or delims
2016-06-29 13:30:30 -04: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
baf0e18095
tests(Empty Values): adds tests for empty values
2016-03-29 22:31:40 -04:00
Kevin K
9250b1323c
tests: adds tests for default values
2016-02-10 10:56:58 -05:00
Kevin K
a33e3df8f5
tests: adds tests for stdin char and only positional vals follow
2016-02-04 02:01:10 -05:00
Kevin K
07dfdd00ea
tests(multiples): adds tests for > u8::max vals and occurrences
2016-02-02 07:45:49 -05:00
Kevin K
816cec8152
tests(Usage Parser): moves tests usage parser since that's what it's testing
2016-01-31 07:12:15 -05:00
Kevin K
28041cdad9
tests: adds tests for comma separated values
2016-01-28 11:45:31 -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
c3e96232c9
tests(v2): fixing more tests on the new v2 base
2016-01-28 11:45:31 -05:00
Kevin K
0031d78564
refactor(v2): improving macros for code dedup
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
Alexander Kuvaev
0cfecd328c
tests: moved tests from lib.rs to tests.rs and tests dir
2015-08-28 21:48:37 +03:00