summaryrefslogtreecommitdiff
path: root/tests/test_python.py
Commit message (Collapse)AuthorAgeFilesLines
* mypy: use __future__ uniformly in checked filesNed Batchelder2023-01-051-0/+2
|
* mypy: test_concurrency.py, test_python.pyNed Batchelder2023-01-031-1/+2
|
* refactor(test): use tmp_path instead of tmpdirNed Batchelder2023-01-031-8/+9
|
* refactor: removed mentions of Jython and IronPythonNed Batchelder2022-12-301-4/+0
|
* refactor(test): os_sep and remove_tree helpersNed Batchelder2021-10-241-2/+2
|
* style: use the official designation for utf-8Ned Batchelder2021-10-101-1/+1
| | | | | Yes, this is completely unimportant. Don't ask me why I bothered, I'm not really sure.
* test: improve zipfile testNed Batchelder2021-04-141-9/+13
| | | | | | | 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.
* refactor: unittest2pytest -w testsNed Batchelder2021-01-311-1/+1
| | | | One step of moving to pure pytest tests.
* Update NOTICE link to GitHub.Ned Batchelder2018-06-241-1/+1
|
* Clean up for pull request #122Ned Batchelder2017-01-141-15/+21
|
* source_for_file helper with unit testsloic@dachary.org2017-01-101-1/+26
| | | | | --HG-- branch : issue-426
* Do a better job decoding source files. #431Ned Batchelder2015-10-161-1/+1
|
* Add license mention to the top of all files. #313.Ned Batchelder2015-07-241-0/+3
|
* Move python source understanding into python.pyNed Batchelder2015-01-011-0/+27