aboutsummaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)AuthorFilesLines
2021-09-03tests: when generating git repositories, make sure that pgpsign is offEli Schwartz2-6/+6
2021-09-02interpreter: Add summary of all user defined optionsXavier Claessens1-1/+7
2021-09-01run_target: do not yield broken names with subdirsEli Schwartz1-0/+2
2021-09-01msvc: Assume UTF8 source by defaultXavier Claessens1-0/+13
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-31pylint: turn on superflous-parensDylan Baker1-1/+1
2021-08-31Merge pull request #9193 from dcbaker/submit/aarch64-beJussi Pakkanen1-0/+95
2021-08-30decorators: Make unknown kwarg fatalXavier Claessens1-3/+3
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-08-23interpreter: Fix dependency(..., static: true) fallbackXavier Claessens1-0/+5
2021-08-20unittests: Ensure that symlink is removed after tests completeDylan Baker1-3/+7
2021-08-17Add install tagsXavier Claessens1-9/+116
2021-08-16interpreter/compiler: Add type checking for the Compiler objectDylan Baker1-7/+2
2021-08-16unittests/base: Allow init method to failDylan Baker1-11/+29
2021-08-16unittests/base: Move code out of the try block of a try/except statementDylan Baker1-15/+18
2021-08-16unittests/baseplatform: don't double print on errorDylan Baker1-2/+4
2021-08-15editorconfig: add setting to trim trailing whitespaceEli Schwartz12-18/+5
2021-08-15run_unittests: fix unused variable warningsEli Schwartz1-2/+2
2021-08-15Revert "compilers/c++: Add MSVC option to make the __cplusplus define accurate"Jussi Pakkanen1-0/+1
2021-08-11compilers/c++: Add MSVC option to make the __cplusplus define accurateDylan Baker1-1/+0
2021-08-09interpreter: Fix missing subsubproject summary when subproject failsXavier Claessens1-0/+5
2021-08-09pkg-config: support for `-l:libfoo.a`lilinzhe1-0/+43
2021-08-07Fix --force-fallack-for with --wrap-mode=nofallbackXavier Claessens1-0/+6
2021-08-04Escape path in exclude filter passed to gcovrAlois Wohlschlager1-0/+20
2021-08-04destdir: Allow relative to build directoryXavier Claessens1-0/+6
2021-07-30interenaltests: Add some version strings with ansi escapes in themDylan Baker1-0/+11
2021-07-26Split run_unittests.py fileXavier Claessens15-0/+10715