Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Stopped installing tests with package | Ashley Whetter | 2019-06-20 | 1 | -111/+0 |
| | |||||
* | Style - Apply isort on all apllicable files | Pierre Sassoulas | 2019-03-20 | 1 | -3/+2 |
| | |||||
* | Update copyright notices | Claudiu Popa | 2018-07-15 | 1 | -1/+2 |
| | |||||
* | pyupgrade (#2136) | Anthony Sottile | 2018-05-22 | 1 | -7/+7 |
| | |||||
* | Regenerate copyright notices | Claudiu Popa | 2017-12-15 | 1 | -1/+2 |
| | |||||
* | Parametrized tests | Derek Gustafson | 2016-12-08 | 1 | -66/+33 |
| | |||||
* | Remove pytest.main calls. | Derek Gustafson | 2016-12-07 | 1 | -6/+0 |
| | |||||
* | Reduce dependency on unittest | Derek Gustafson | 2016-12-06 | 1 | -121/+126 |
| | |||||
* | Switch test runner from unnittest to pytest. | Derek Gustafson | 2016-12-06 | 1 | -14/+14 |
| | |||||
* | Even more granular copyrights (thanks to copyrite) | Claudiu Popa | 2016-07-23 | 1 | -2/+3 |
| | |||||
* | Keep a consistent copyright notice across the board. | Claudiu Popa | 2016-07-19 | 1 | -0/+2 |
| | | | | | This was changed automatically in #894, but apparently we need to have the copyright notice somewhere. | ||||
* | possible_exc_types checks for Uninferables | Ashley Whetter | 2016-07-13 | 1 | -0/+13 |
| | | | | Fixes #998 | ||||
* | Use astroid.extract_node instead of test_utils.extract_node | Claudiu Popa | 2016-06-29 | 1 | -9/+8 |
| | |||||
* | Add the new shorter license header, including to missing files. Close #894. | Claudiu Popa | 2016-06-01 | 1 | -0/+3 |
| | |||||
* | Added a new extension for checking documented exceptions raised (#904) | Ashley Whetter | 2016-05-20 | 1 | -0/+126 |
Add check_raises_docs Closes #904 |