Kegan Dougal
Kegan Dougal
Also https://github.com/matrix-org/go-neb/issues/170 - it's probably better to just match on word boundaries.
This also applies to URLS - #234
Closing as stale.
Worth noting that Go supports regexp matching test names, so we _could_ mux the group into the test name itself e.g `TestMSC334455_NameOfTest(t *testing.T)` but this would be convention and not...
dmr sez group by package plz.
So we could change this to: ``` go test ./tests/csapi ./tests/ssapi ./tests/msc2836 ... ``` This: - Lets the caller opt-in to whatever tests they want. - Doesn't rely on build...
> as it isn't possible to use -run to exclude some tests. Not entirely true, there is `-skip 'TestFederatedEventRelationships|TestEventRelationships'`. We could then potentially just accept a list of test names,...
Next steps: - Remove mscXXXX build tags. Move those files to separate packages (directories). Edit locations which previously used `-tags` to just specify those directories, in addition to `./tests` and...
MSC work has landed. The remaining bits are to redo how skipped tests are specified in Complement. Renaming issue for clarity.