summaryrefslogtreecommitdiff
path: root/unittests/internaltests.py
Commit message (Expand)AuthorAgeFilesLines
* add message option to since_values and deprecated_valuesDylan Baker2021-12-061-1/+9
* unittests/internal: use more subTestDylan Baker2021-12-061-13/+11
* Add deprecated_message and since_message to KwargInfoDylan Baker2021-12-061-6/+6
* unittests/internal: use mock and subTestDylan Baker2021-12-061-7/+9
* interpreterbase/decorators: Fix types of deprecated_values and since_valuesDylan Baker2021-12-061-0/+5
* Merge pull request #9599 from dcbaker/submit/typed_kwargs-message-improvementsJussi Pakkanen2021-11-271-4/+4
|\
| * unittests: cover cases here two of the same wrong type are providedDylan Baker2021-11-221-1/+1
| * typed_kwargs: use | for type unions, not ,Dylan Baker2021-11-221-2/+2
| * typed_kwargs: provide better error messages for wrong container typesDylan Baker2021-11-221-3/+3
* | tests: add a test for OptionKey.from_stringDylan Baker2021-11-251-0/+19
|/
* Fix typos discovered by codespellChristian Clauss2021-10-101-1/+1
* typed_kwargs: Fix when ContainerTypeInfo is used in a tupleXavier Claessens2021-10-091-4/+37
* various python neatness cleanupsEli Schwartz2021-10-041-2/+2
* coredata: 0.59.1 -> 0.59.99 is a major version differenceXavier Claessens2021-09-211-1/+15
* interpreter: use python dunders instead of lock for unpicklabilityDylan Baker2021-08-311-1/+1
* unittests: add a test to Interpreter is unpicklableDylan Baker2021-08-311-7/+17
* environment: correctly handle cpu value aarch64_beDylan Baker2021-08-301-0/+4
* environment: add ppc -> ppc64 for aix to detect_cpuDylan Baker2021-08-301-1/+1
* unittests: add tests for detect_cpuDylan Baker2021-08-301-0/+35
* unittests: Add a test case for detect_cpu_familyDylan Baker2021-08-301-0/+56
* interpreter: fix cases of `KwargInfo(..., T, default=None)`Dylan Baker2021-08-271-7/+8
* interpreter: Add a helper for checking constrained inputsDylan Baker2021-08-271-1/+2
* interenaltests: Add some version strings with ansi escapes in themDylan Baker2021-07-301-0/+11
* Split run_unittests.py fileXavier Claessens2021-07-261-0/+1411