diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2019-05-14 16:36:10 -0700 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2019-05-14 16:43:29 -0700 |
commit | 502a684872d6ffd80f31c61ce67e5d856b472da2 (patch) | |
tree | 030afa2f98701f4b6b67d574b74392abaec76cc3 /mesonbuild/backend/backends.py | |
parent | 285db6637dd1884df4b7eb290ba9ef0b50fa0baa (diff) | |
download | meson-502a684872d6ffd80f31c61ce67e5d856b472da2.zip meson-502a684872d6ffd80f31c61ce67e5d856b472da2.tar.gz meson-502a684872d6ffd80f31c61ce67e5d856b472da2.tar.bz2 |
build: TestSetup doesn't take keyword arguments
This function is currently setup with keyword arguments defaulting to
None. However, it is never called without passing all of it's arguments
explicitly, and only one of it's arguments would actually be valid as
None. So just drop that, and make them all positional. And annotate
them.
Diffstat (limited to 'mesonbuild/backend/backends.py')
0 files changed, 0 insertions, 0 deletions