summaryrefslogtreecommitdiff
path: root/unittests/internaltests.py
AgeCommit message (Expand)Author
2023-02-01remove /utf-8 option when /validate-charset- is presentCharles Brunet
2022-10-25Compilers: Keep ccache and exelist separatedXavier Claessens
2022-09-28Move classes used by scripts to their own moduleXavier Claessens
2022-09-19compilers: don't export every compiler as a top-level propertyEli Schwartz
2022-08-18unittests: Add additional tests for KwargInfo::since valuesDylan Baker
2022-05-19Reword message in warningZbigniew Jędrzejewski-Szmek
2021-12-06add message option to since_values and deprecated_valuesDylan Baker
2021-12-06unittests/internal: use more subTestDylan Baker
2021-12-06Add deprecated_message and since_message to KwargInfoDylan Baker
2021-12-06unittests/internal: use mock and subTestDylan Baker
2021-12-06interpreterbase/decorators: Fix types of deprecated_values and since_valuesDylan Baker
2021-11-27Merge pull request #9599 from dcbaker/submit/typed_kwargs-message-improvementsJussi Pakkanen
2021-11-25tests: add a test for OptionKey.from_stringDylan Baker
2021-11-22unittests: cover cases here two of the same wrong type are providedDylan Baker
2021-11-22typed_kwargs: use | for type unions, not ,Dylan Baker
2021-11-22typed_kwargs: provide better error messages for wrong container typesDylan Baker
2021-10-10Fix typos discovered by codespellChristian Clauss
2021-10-09typed_kwargs: Fix when ContainerTypeInfo is used in a tupleXavier Claessens
2021-10-04various python neatness cleanupsEli Schwartz
2021-09-21coredata: 0.59.1 -> 0.59.99 is a major version differenceXavier Claessens
2021-08-31interpreter: use python dunders instead of lock for unpicklabilityDylan Baker
2021-08-31unittests: add a test to Interpreter is unpicklableDylan Baker
2021-08-30environment: correctly handle cpu value aarch64_beDylan Baker
2021-08-30environment: add ppc -> ppc64 for aix to detect_cpuDylan Baker
2021-08-30unittests: add tests for detect_cpuDylan Baker
2021-08-30unittests: Add a test case for detect_cpu_familyDylan Baker
2021-08-27interpreter: fix cases of `KwargInfo(..., T, default=None)`Dylan Baker
2021-08-27interpreter: Add a helper for checking constrained inputsDylan Baker
2021-07-30interenaltests: Add some version strings with ansi escapes in themDylan Baker
2021-07-26Split run_unittests.py fileXavier Claessens