aboutsummaryrefslogtreecommitdiff
path: root/yapftests/main_test.py
AgeCommit message (Expand)Author
2021-12-24Use Python's argument parser's "version" actionBill Wendling
2021-12-24Unify the YAPF exceptionsBill Wendling
2021-11-04Change tests to support "pytest".Bill Wendling
2020-04-23Update chromium style to match what's used in Chromium (#789)agrieve
2018-01-14Remove extraneous copyright year.Bill Wendling
2017-10-05Fix some pylint warnings.Bill Wendling
2017-01-30Remove some pylint warnings.Bill Wendling
2017-01-17Bump up year in copyright statementBill Wendling
2016-10-23Use lower case for the style helpBill Wendling
2016-10-16Retain the line endings of the original src codeBill Wendling
2016-08-17Don't set splitting of closing bracket unbreakableBill Wendling
2016-08-11Per @gwelymernans in #286: hardcode 0/1 returns and update CHANGELOGReece Hart
2016-07-27fixed #228: make exit code customizable to indicated whether files were changedReece Hart
2016-07-14Remove unused variablesneube
2016-05-21Add 2016 to the copyright datesBill Wendling
2015-09-14Correct expected return code.Bill Wendling
2015-09-06Return 1 if the source code changed.Bill Wendling
2015-04-28Don't print backtraces for user/input errorsSam Clegg
2015-04-20Run yapf on all files.Andy Hayden
2015-04-19Add tests for stdin, --style-help and --version.Andy Hayden
2015-04-07Improve handling of filenames on the command lineSam Clegg