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