Commit Graph

6 Commits

Author SHA1 Message Date
Derek Gustafson
4faacf2119 Reduce dependency on unittest 2016-12-06 16:07:00 +00:00
Derek Gustafson
8dfe195254 Switch test runner from unnittest to pytest. 2016-12-06 15:49:30 +00:00
Claudiu Popa
ec09cc7578 Even more granular copyrights (thanks to copyrite) 2016-07-23 00:22:28 +03:00
Claudiu Popa
211d81f84f Keep a consistent copyright notice across the board.
This was changed automatically in #894, but apparently
we need to have the copyright notice somewhere.
2016-07-19 17:42:07 +03:00
Claudiu Popa
8322781baa Add the new shorter license header, including to missing files. Close #894. 2016-06-01 16:25:07 +01:00
Aru Sahni
2ec342e612 Add the ability to ignore files based on regex matching.
This addresses issue #156 by allowing for multiple ignore patterns
to be specified. Rather than clobber the existing ignore option, I've
introduced a new one called ignore-patterns. That way there are as few
surprises as something involving regular expressions can have.

Multiple patterns must be separated by a comma. For example, if I
wanted to ignore all files that started with `test_` and `_`, I'd pass this
in: `--ignore-patterns="test_.*","_.*"`.

Close #156
2016-01-09 22:18:48 +02:00