Commit Graph

8 Commits

Author SHA1 Message Date
Florian Schulze ce138060ac Prepare pytest-warnings 0.2.0. 2016-10-24 12:09:49 +02:00
Florian Schulze f229b573fa Bump version, add changelog entry and move stuff around for added coverage reporting. 2016-10-24 12:08:21 +02:00
Florian Schulze 28621b0510 Merge pull request #2 from Carreau/filter-regex
Add a warning option which does not escape its arguments.
2016-10-24 11:51:15 +02:00
Matthias Bussonnier bc94a51a96 Add a warning option which does not escape its arguments.
This is useful when to use regular expressions, like for example ignore
a bunch of dynamic messages
    --filterwarnigns 'ignore:Please use assert.* instead.:'

Or ignore all the warnings in a sub-backage
    --filterwarnigns 'ignore:::package.submodule.*'

This is also available in the ini file as the filterwarnigns options
2016-10-22 09:58:13 -07:00
Florian Schulze bc5a8c761e Fix version in readme. 2016-06-27 11:33:36 +02:00
Florian Schulze 3feee0c483 Prepare 0.1 release. 2016-06-27 11:32:54 +02:00
Florian Schulze b9c4ecf5a8 Add MANIFEST.in. 2016-06-27 11:32:38 +02:00
Florian Schulze 6b135c83be Initial commit. 2016-06-22 12:21:51 +02:00