summaryrefslogtreecommitdiff
path: root/tests/unit/test_decision_engine.py
Commit message (Collapse)AuthorAgeFilesLines
* Add some better comments for decision logicIan Cordasco2017-06-041-1/+3
|
* Get *one* more line of test coverageIan Cordasco2017-06-041-0/+3
| | | | | | | This was mostly to prove to myself that we could possibly reach that return more than actually covering that return. This just shows how gnarly this logic actually is. I wish there were a better way to write it.
* Rename methods on the new DecisionEngineIan Cordasco2017-06-031-6/+7
| | | | | Rename `decision_for` to `more_specific_decision_for` and `should_report_error` to `decision_for`.
* Move unit tests for StyleGuide decision logicIan Cordasco2017-06-021-0/+178
Convert it to test the DecisionEngine class directly and put them in their own file.