Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix type annotations in sst_unittest_support.py (#1176)
* add Python type annotations to tests * fix Python string escaping * sst_unittest_support.py: fix type annotations * sst_unittest_support.py: fix comparisons against None * sst_unittest_support.py: don't use match keyword as variable name * sst_unittest_support.py: deduplicate implementation in testing_compare_filtered_subset * sst_unittest_support.py: remove outdated call to platform.linux_distribution * sst_unittest_support.py: update type annotations for comparing filtered lines * pyproject.toml: update mypy configuration * sst_unittest_support.py: fix specificity of generic type parameters
- Loading branch information