summaryrefslogtreecommitdiff
path: root/run_unittests.py
AgeCommit message (Expand)Author
2025-07-22unittests: allow running with pytest/unittest directlyChristoph Reiter
2024-06-14cargo: Load Cargo.lockXavier Claessens
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker
2023-08-18tests: fix assertion rewriting when pytest is usedBenoit Pierre
2023-06-07cargo/cfg: Add a parser for the rust/cargo cfg() expressionsDylan Baker
2023-06-07cargo/version: add a function to convert cargo versioning to mesonDylan Baker
2022-02-14run_unittests: check for pytest and pytest-xdist separatelyEli Schwartz
2021-10-26remove unused importsEli Schwartz
2021-10-10Add --vsenv command line option and active VS only when neededXavier Claessens
2021-09-21Add platform agnostic testsXavier Claessens
2021-07-26Split run_unittests.py fileXavier Claessens
2021-07-26coredata: throw a MesonException on unknown optionsFlorian Schmaus
2021-07-25ast: Add dummy "support" for fstrings in the ast packageDaniel Mensinger
2021-07-22Merge pull request #8992 from dcbaker/submit/modernize-python-module-dependencyJussi Pakkanen
2021-07-18Merge pull request #8972 from bonzini/C-symlinkJussi Pakkanen
2021-07-15Condense test directory names for next release.Jussi Pakkanen
2021-07-13modules/pkgconfig: remove handling of .pcdepDylan Baker
2021-07-13run_unittests: add test for passing symlinks to setup and testPaolo Bonzini
2021-07-03Delete redirected wrap files in subprojects purgeTristan Partin
2021-07-02Flatten test suite valueTristan Partin
2021-06-29fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger
2021-06-29pathlib: Patch pathlib to work around some bugs (fixes #7295)Daniel Mensinger
2021-06-25Split compiler detection from EnvironmentDaniel Mensinger
2021-06-23Merge pull request #8884 from dcbaker/submit/type-and-annotate-install-functionsJussi Pakkanen
2021-06-22coverage: Enable coverage reportsDaniel Mensinger
2021-06-22interpreterbase: Add evolve to KwargInfoDylan Baker
2021-06-18holders: remove unholderDaniel Mensinger
2021-06-18holders: Introduce HoldableObjectDaniel Mensinger
2021-06-18tests: Always enable the traceback in run_project_tests.pyDaniel Mensinger
2021-06-17doc: Add missing modules to dropdown listXavier Claessens
2021-06-16interpreter: Extract dependency() logic into its own helper classXavier Claessens
2021-06-15docs: Use an include for the qt modulesDylan Baker
2021-06-14interpreterbase: Add deprecated_values and since_values to KwargInfoDylan Baker
2021-06-14run_unittests: mock meson global before changingDylan Baker
2021-06-09tests: Force colorize CI outputDaniel Mensinger
2021-06-08Merge pull request #8512 from bonzini/feature-methodsJussi Pakkanen
2021-06-08intperperterbase: Add a convertor keyword argumentDylan Baker
2021-06-08interpreterbase: Add validator keyword argument to typed_kwargsDylan Baker
2021-06-08run_unittests.py: Use mock for monkey patchingDylan Baker
2021-06-08run_unittests.sh: fix Python DeprecationWarningPaolo Bonzini
2021-06-04interpreterbase: Allow safely using mutable default values with typed_kwargsDylan Baker
2021-06-03deps: Split dependencies.baseDaniel Mensinger
2021-06-01typed_kwargs: Add since and deprecated annotationsXavier Claessens
2021-05-30interpreterbase: Add a function for type checking keyword argumentsDylan Baker
2021-05-23Fix text used to validate test output.Jussi Pakkanen
2021-05-23Merge pull request #8786 from jon-turney/cygwin-tests-reenableJussi Pakkanen
2021-05-23Disable D test on macOS as it fails mysteriously.Jussi Pakkanen
2021-05-23It seems ld64 is the default linker name on macOS now.Jussi Pakkanen
2021-05-21Fix LTO test on CygwinJon Turney
2021-05-18pkgconfig: Do not escape custom variablesXavier Claessens