aboutsummaryrefslogtreecommitdiff
path: root/unittests/internaltests.py
AgeCommit message (Expand)AuthorFilesLines
2024-05-09implement @PLAINNAME0@ and @BASENAME0@Stas Sergeev1-1/+10
2024-03-03compilers: only wrap multiple input libraries with start/end groupEli Schwartz1-3/+3
2024-01-25interpreter: replace mock keyword argument with unittest.mockDylan Baker1-1/+4
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker1-12/+1
2023-12-13macos: Fix test_pkgconfig_parse_libs() test on armAndres Freund1-1/+2
2023-12-10unittests: migrate from jsonschema to fastjsonschemaEli Schwartz1-8/+19
2023-10-04Remove type comments in run_project_tests.pyTristan Partin1-1/+1
2023-09-26compilers: use correct version comparison for openbsd librariesEli Schwartz1-1/+4
2023-08-06tests: Assert that mips64 kernel is detected as mips64 with no compilersSimon McVittie1-0/+19
2023-08-06tests: Pass a mock C compiler to detect_cpu(), detect_cpu_family()Simon McVittie1-4/+8
2023-08-03PkgConfigDependency: Move CLI handling into its own abstractionXavier Claessens1-24/+14
2023-07-13Silence some encoding warningsTristan Partin1-2/+2
2023-06-26linkers: delay implementations import until detect is runEli Schwartz1-3/+4
2023-06-26dependencies: defer importing a custom dependency until it is usedEli Schwartz1-1/+1
2023-05-31mlog: use a hidden class for stateDylan Baker1-9/+9
2023-04-28detect_cpu: Fix mips32 detection on mips64Cyan1-8/+8
2023-04-11fix various spelling issuesJosh Soref1-1/+1
2023-03-16prevent lib prefix warning from pkg-configCharles Brunet1-1/+1
2023-03-04typed_kwargs: Extend since_values and deprecated_values for typesXavier Claessens1-2/+40
2023-02-08internaltests: Fix tests for /utf-8 removalDylan Baker1-5/+6
2023-02-01remove /utf-8 option when /validate-charset- is presentCharles Brunet1-0/+22
2022-10-25Compilers: Keep ccache and exelist separatedXavier Claessens1-4/+4
2022-09-28Move classes used by scripts to their own moduleXavier Claessens1-1/+1
2022-09-19compilers: don't export every compiler as a top-level propertyEli Schwartz1-6/+7
2022-08-18unittests: Add additional tests for KwargInfo::since valuesDylan Baker1-0/+16
2022-05-19Reword message in warningZbigniew Jędrzejewski-Szmek1-9/+9
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