summaryrefslogtreecommitdiff
path: root/tests/test_validate_errors.py
Commit message (Collapse)AuthorAgeFilesLines
* #128, #203 - re-implement the move to a configobj package done in masterRob Dennis2023-01-171-79/+0
|
* Fix unhelpful error message when nesting invalid.Markus Unterwaditzer2014-08-251-1/+8
| | | | See https://github.com/geier/khal/issues/105
* Handle %-chars in invalid lines correctlyMarkus Unterwaditzer2014-08-141-1/+8
| | | | | | | The use of string formatting for inserting the line number doesn't work well if the line itself contains percents. This patch avoids the use of directly formatting the text, and also cleans up some inconsistencies (``at line "%s"`` vs `` at line %s``).
* related to #14 - refactor existing stdlib unittests to idiomatic pytestRob Dennis2014-02-171-0/+65