aboutsummaryrefslogtreecommitdiff
path: root/are-we-synapse-yet.py
AgeCommit message (Collapse)Author
2022-04-05Add Are We Synapse Yet to GHA (#2321)Till
* Add Are We Synapse Yet to GHA * Better output & add comments
2021-12-20Allow partial test runs (#2076)S7evinK
Signed-off-by: Till Faelligen <tfaelligen@gmail.com>
2021-07-14AWSY: update list and shuffle groups (#1919)kegsay
So it's more accurate.
2020-08-14AWSY: new groups and add AS API section (#1270)Kegsay
Really we should never have put the AS API bits under CS API to begin with, as it is a completely different versioned spec: split it out (which bumps the CS API % slightly). Also, split out Device Keys into 2 extra sections: Device Key Backup and Cross-signing Keys. The point of AWSY is for it to be easy for anyone to see which features are implemented in Dendrite, and bundling three distinct features under the umbrella of Device Keys was just unclear.
2020-06-26Fix div 0 error and add new tests to listKegan Dougal
2020-06-17Are we synapse yet: Accept tests without a group rather than dying (#1142)Kegsay
Produces output like: ``` Non-Spec APIs: 0% (0/52 tests) -------------- Non-Spec API : 0% (0/50 tests) Unknown API (no group specified): 0% (0/2 tests) ``` Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
2020-06-04Update are-we-synapse-yet (#1092)Neil Alexander
2020-04-14Are we synapse yet? (#960)Kegsay
* Add a script which tracks synapse parity based on sytests Processes results.tap to give you a percentage check. * Pretty * argparse and -v output