summaryrefslogtreecommitdiff
path: root/tests/unit/test_violation.py
Commit message (Collapse)AuthorAgeFilesLines
* extend black formatting to tests as wellAnthony Sottile2021-04-181-34/+47
|
* automatic: pyupgrade --py36-plusAnthony Sottile2021-03-301-1/+2
|
* Update test_violation.pyMarkus Piotrowski2019-06-161-0/+3
| | | Added tests to check if long error codes are correctly identified.
* Add tests for noqa without a spaceTomer Keren2018-12-271-0/+6
|
* Allow spaces in # noqa listsIan Stapleton Cordasco2017-07-281-0/+1
| | | | | | | To match our new configuration file format and its allowance for spaces in the list Closes #356
* Rename style_guide.Error to style_guide.ViolationIan Cordasco2017-06-041-0/+55
Move all Violation related methods from the StyleGuide to our Violation class.