summaryrefslogtreecommitdiff
path: root/tests/conftest.py
Commit message (Expand)AuthorAgeFilesLines
* Added tests to type checking and finish annotations. (#477)Kyle Benesch2022-10-261-3/+3
* Fixed deprecated pytest importsAlex Grönholm2022-10-241-1/+1
* Improved the API and dropped bdist_wininst convert supportAlex Grönholm2022-10-241-6/+7
* Merge branch 'main' into publicapiAlex Grönholm2022-10-221-18/+35
|\
| * Added pyupgrade and flake8-bugbear to pre-commit config (#432)Henry Schreiner2021-12-301-0/+2
| * Adopted black and reformatted the codebase to matchAlex Grönholm2021-12-241-16/+36
| * Upgraded to py3.7+ syntaxAlex Grönholm2021-12-221-5/+2
| * Support unpacking wheels that contain files with commas in their names (#427)Hood Chatham2021-12-221-1/+1
* | Refactored test suite and CLI tools to use tmp_pathAlex Grönholm2020-06-211-10/+11
|/
* Don't try to build ABI3 extensions on WindowsAlex Grönholm2020-01-211-0/+4
* Skip unicode dist and related test on Python < 3.6Alex Grönholm2020-01-211-1/+6
* Build wheels into a temporary directory in the test setup phaseAlex Grönholm2018-07-171-18/+9
* Renamed the wheel.tool package to wheel.cli and migrated CLI stuff thereAlex Grönholm2018-07-171-44/+3
* Fixed wrong character encodings used to write RECORDAlex Grönholm2018-03-311-1/+1
* Moved the tests out of the package treeAlex Grönholm2017-07-291-0/+87