aboutsummaryrefslogtreecommitdiff
path: root/bool_test.go
AgeCommit message (Collapse)Author
2016-09-25Optimize fmt statementsbogem
2016-08-20Fix verbs for *bool in bool testbogem
2015-08-12Fix typo in bool_test.gossgelm
(cherry picked from commit faf06f062514fcb3a92c325d15bf312d1be84f94)
2015-06-22Set default values if no arg givenEric Paris
2015-02-14Move test files to the 'pflag' packageAlex Ogier
This means we can avoid putting the repository name into the source files, so people who have their own forks don't have to make changes.
2015-02-14Fixed noisy test case for the new boolFlagAlex Ogier
2015-01-16Add unit test case for IsBoolValue() implementing a tri-state flag ↵Filipe Brandenburger
(true/false/maybe) Signed-off-by: Filipe Brandenburger <[email protected]>