summaryrefslogtreecommitdiff
path: root/tests/unit/test_base_formatter.py
Commit message (Expand)AuthorAgeFilesLines
* automatic: pyupgrade --py36-plusAnthony Sottile2021-03-301-1/+1
* linters: Add flake8-bugbear for finding bugs and design problemsEric N. Vander Weele2019-10-251-1/+1
* move from optparse to argparseAnthony Sottile2019-08-171-3/+3
* Fix --show-source when indented with tabsAnthony Sottile2019-08-101-9/+19
* mypy now passesAnthony Sottile2019-05-191-1/+4
* Fix lintersAnthony Sottile2019-01-271-2/+2
* Respect a formatter's newline setting when printingIan Stapleton Cordasco2017-12-311-4/+4
* Rename style_guide.Error to style_guide.ViolationIan Cordasco2017-06-041-4/+4
* Merge branch 'master' into 'master' Ian Cordasco2016-10-251-3/+15
|\
| * Patch print function instead of sys.stdoutMartin Domke2016-07-261-9/+12
| * Add --tee option to split report output stream.Martin Domke2016-07-261-6/+15
* | Open our output file in append mode alwaysIan Cordasco2016-07-291-1/+1
* | Fix zero-indexed column numberingIan Cordasco2016-07-261-1/+1
|/
* Update tests for errors with no physical lineIan Cordasco2016-07-091-1/+9
* Configure flake8-import-order to use Google StyleIan Cordasco2016-06-171-4/+3
* Add more BaseFormatter subclass testsIan Cordasco2016-06-041-1/+27
* Fix linting issuesIan Cordasco2016-06-041-3/+4
* Add tests around BaseFormatter#after_initIan Cordasco2016-06-041-0/+14
* Add tests for BaseFormatterIan Cordasco2016-06-011-0/+103