summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Don't bother with ISO8858-1 localeHEADmainSeth Morton2023-04-181-5/+2
* Reduce the finger pointing at BSDSeth Morton2023-04-181-8/+5
* Add FreeBSD fix for locale failureSeth Morton2023-03-011-1/+16
* Add FreeBSD failing test exampleSeth Morton2023-03-011-0/+1
* Fixed bug in NANLAST/NANFIRSTSeth Morton2023-02-272-7/+7
* Add presort to natsorted and friendsSeth Morton2023-02-274-0/+45
* Ensure None, NaN, and Infinity are sorted consistentlySeth Morton2023-02-262-14/+35
* Solve static analysis errorsSeth Morton2023-02-261-3/+8
* Enable new, more performant fastnumbersSeth Morton2023-02-263-23/+24
* Fix static analysis warningSeth Morton2023-02-261-1/+2
* Run with newest blackSeth Morton2023-02-261-1/+3
* Simplify type hints for public functionsSeth Morton2022-09-012-4/+3
* Formatting fixGilthans2022-08-161-1/+5
* Treat paths as strings in StrParserGilthans2022-08-111-0/+6
* Add tests to demonstrate the PATH ext bugSeth Morton2022-01-292-4/+36
* Add handling for '.' when splitting pathsSeth Morton2021-12-141-0/+8
* Add new cs_CZ locale into the CI environmentSeth Morton2021-12-101-0/+3
* Add tests for the cs_CZ regressionSeth Morton2021-12-092-0/+24
* Fix other bugs introduced in the shuffleSeth Morton2021-10-2910-20/+22
* Rename some typesSeth Morton2021-10-2812-49/+49
* Add type annotations to testsSeth Morton2021-10-2819-210/+324
* Add type hints to "minor" filesSeth Morton2021-10-261-1/+0
* The ns enum actually now is a python enumSeth Morton2021-10-241-3/+8
* Fix warnings during tests, closes issue #126Seth Morton2020-11-261-8/+7
* Run blackSeth Morton2020-11-227-16/+11
* Add more instructionsSeth Morton2020-11-191-0/+2
* Test that checks unicode number presence won't crater testsSeth Morton2020-11-191-16/+23
* Improve testing clarity and maintainablilitywindows-exporer-sortingSeth Morton2020-11-181-11/+16
* Add a test for key with os_sortedSeth Morton2020-11-171-0/+6
* Fully implement OS sorting on all platformsSeth Morton2020-11-171-0/+194
* Change winsorted to os_sortedSeth Morton2020-11-171-22/+0
* Initial implementation of winsortedSeth Morton2020-11-171-0/+22
* Treat None like NaN so it gets sorted robustlySeth Morton2020-11-151-4/+6
* Add tests to challenge de localeSeth Morton2020-01-271-0/+14
* Include a test for issue #109Seth Morton2020-01-271-0/+8
* Fix bug caused by pytest-mocker API being removedSeth Morton2020-01-061-6/+6
* Re-remove Python 2.7 support.Seth Morton2019-11-1317-185/+43
* Revert removal of Python 2.7 in one commitThis is to make a release that supp...Seth Morton2019-11-1317-43/+185
* Merge branch 'master' into drop-python2-supportSeth Morton2019-11-103-2/+32
|\
| * Merge pull request #102 from SethMMorton/document-unitsSeth Morton2019-11-092-0/+30
| |\
| | * Disable too slow hypothesis health checks globallySeth Morton2019-11-091-0/+10
| | * Revert "Disabled hypothesis HealthCheck on certain tests"Seth Morton2019-11-092-5/+3
| | * Disabled hypothesis HealthCheck on certain testsdocument-unitsSeth Morton2019-11-092-3/+5
| | * Add tests for new public methodSeth Morton2019-11-071-0/+20
| * | Fix typo "the the"Jon Dufresne2019-06-201-2/+2
| |/
* | Remove compat.py23 compatibility layerSeth M Morton2019-03-0312-71/+26
* | Remove nat_cmp functionSeth M Morton2019-03-031-83/+0
* | Remove pathlib compatibility layerSeth M Morton2019-03-032-15/+17
* | Remove all __future__ importsSeth M Morton2019-03-0316-16/+0
|/
* Fix path splitter issue on WindowsSeth Morton2019-02-271-2/+4