I'd like for the sytest list to be updated, and be somewhat reproducible, with something like the following header;
# Extracted from matrix-org/sytest#198c87
# Extracted with `grep -E "^\s*(test|multi_test) \"" -R . | grep ".pl:" | sort`
However, i'm not simply doing this in a PR yet because of the following reasons;
- This'd complicate the history of the file
- Tests have moved (and possibly renamed), this could mess up some of the sytest coverage, and when re-covering it, tests could be duplicated
- Some tests were commented out, while those have been removed, i'd like for the excluded/blacklisted sytests to be tracked in a different file, so this file can be generated more easily
I'd like for the sytest list to be updated, and be somewhat reproducible, with something like the following header;
However, i'm not simply doing this in a PR yet because of the following reasons;