diff options
author | Paul "LeoNerd" Evans <paul@matrix.org> | 2014-09-17 18:27:30 +0100 |
---|---|---|
committer | Paul "LeoNerd" Evans <paul@matrix.org> | 2014-09-17 18:27:30 +0100 |
commit | bfae582fa3e92e4b6279ce7d5004ae933fe579a9 (patch) | |
tree | 53fcdd07be54625bdae00c4816ec9de27ce09e69 /tests | |
parent | Neaten more of the storage layer tests with assertObjectHasAttributes; more s... (diff) | |
download | synapse-bfae582fa3e92e4b6279ce7d5004ae933fe579a9.tar.xz |
Remark on remaining storage modules that still need unit tests
Diffstat (limited to 'tests')
-rw-r--r-- | tests/storage/TESTS_NEEDED_FOR | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/storage/TESTS_NEEDED_FOR b/tests/storage/TESTS_NEEDED_FOR new file mode 100644 index 0000000000..8e5d0cbdc4 --- /dev/null +++ b/tests/storage/TESTS_NEEDED_FOR @@ -0,0 +1,5 @@ +synapse/storage/feedback.py +synapse/storage/keys.py +synapse/storage/pdu.py +synapse/storage/stream.py +synapse/storage/transactions.py |