Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor(test): os_sep and remove_tree helpers | Ned Batchelder | 2021-10-24 | 1 | -12/+7 |
| | |||||
* | refactor: pyupgrade --py36-plus tests/**.py | Ned Batchelder | 2021-05-02 | 1 | -2/+2 |
| | |||||
* | test: improve zipfile test | Ned Batchelder | 2021-04-14 | 1 | -1/+1 |
| | | | | | | | Before this commit, the GetZipBytesTest.test_get_encoded_zip_files test was flaky on Python 3.10.0a7. Since I had just added new files to the common zip file, I tried splitting the newly added stuff into its own file, and that seemed to fix the problem. | ||||
* | test: remove the .egg test | Ned Batchelder | 2021-04-14 | 1 | -12/+15 |
| | | | | | | People don't use .egg much anymore, distutils is showing deprecation warnings, and coverage.py only deals with them the same way it deals with .zip files, so let's just rely on a .zip test to cover that. | ||||
* | refactor: unittest2pytest -w tests | Ned Batchelder | 2021-01-31 | 1 | -26/+26 |
| | | | | One step of moving to pure pytest tests. | ||||
* | Use pylint 2.x | Ned Batchelder | 2019-05-13 | 1 | -1/+1 |
| | |||||
* | Update NOTICE link to GitHub. | Ned Batchelder | 2018-06-24 | 1 | -1/+1 |
| | |||||
* | Refactor common test infrastructure for fiddling sys.path and finding files | Ned Batchelder | 2017-05-04 | 1 | -9/+2 |
| | |||||
* | Use correct name for package source files. #526 | Ned Batchelder | 2017-05-03 | 1 | -3/+3 |
| | |||||
* | Move flat_rootname from FileReporter to a utility function. | Ned Batchelder | 2015-08-09 | 1 | -12/+0 |
| | |||||
* | Add license mention to the top of all files. #313. | Ned Batchelder | 2015-07-24 | 1 | -1/+4 |
| | |||||
* | Debugging plugin wrappers | Ned Batchelder | 2015-06-14 | 1 | -12/+12 |
| | |||||
* | Remove every last trace of CodeUnit, and bring me a glass of vodka | Ned Batchelder | 2015-02-22 | 1 | -1/+1 |
| | |||||
* | codeunit -> filereporter | Ned Batchelder | 2015-02-21 | 1 | -0/+120 |
--HG-- rename : tests/test_codeunit.py => tests/test_filereporter.py |