Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fully embrace SkipTest with our own method. | Ned Batchelder | 2015-02-07 | 1 | -3/+1 |
| | | | | | Also, no test is conditionally defined. They call self.skip if they should be skippped. | ||||
* | Make some test setup more uniform | Ned Batchelder | 2015-01-18 | 1 | -2/+2 |
| | |||||
* | Collect all the nudgy environment checks into coverage.env | Ned Batchelder | 2015-01-18 | 1 | -8/+8 |
| | |||||
* | Make source_encoding stricter about its arguments, and test it everywhere | Ned Batchelder | 2014-12-28 | 1 | -48/+61 |
| | |||||
* | Source is always Unicode in HTML code. More refactoring to come. | Ned Batchelder | 2014-12-12 | 1 | -0/+2 |
| | |||||
* | Try out pylint spelling. Kinda noisy, but fixed some stuff. | Ned Batchelder | 2014-11-27 | 1 | -1/+1 |
| | |||||
* | Use with-open everywhere | Ned Batchelder | 2014-10-26 | 1 | -1/+3 |
| | |||||
* | Merged in asottile/coverage.py/fix_source_encoding (pull request #38) | Ned Batchelder | 2014-07-05 | 1 | -0/+5 |
| | | | | Fix non-comment encoding detection. | ||||
* | Use assertRaises as a context manager now that we can. | Ned Batchelder | 2013-12-21 | 1 | -1/+2 |
| | |||||
* | Generator expressons are ok now. | Ned Batchelder | 2013-10-19 | 1 | -1/+1 |
| | |||||
* | We only run on 2.6, 2.7, 3.2, 3.3 now. | Ned Batchelder | 2013-10-19 | 1 | -7/+2 |
| | |||||
* | Make everything work on py2.3 again (for the last time). | Ned Batchelder | 2013-10-05 | 1 | -1/+1 |
| | |||||
* | Improve and more fully test the first-blank-line decoding fix. Thanks, ↵ | Ned Batchelder | 2013-09-16 | 1 | -13/+46 |
| | | | | Roger Hu. | ||||
* | Make UTF-8 detection more robust. | Roger Hu | 2013-05-25 | 1 | -1/+15 |
| | | | | | If the 1st line of the Python is blank/empty, the function assumes that the encoding is 'ascii' and doesn't try for the 2nd line. | ||||
* | Directory changed: test->tests. Adapt. | Ned Batchelder | 2013-02-02 | 1 | -1/+1 |
| | |||||
* | Move the test directory to tests to avoid conflicts with the stdlib test ↵ | Ned Batchelder | 2013-02-02 | 1 | -0/+79 |
package. |