Patrick Cloke
|
3ac412b4e2
Require types in tests.storage. (#14646)
|
1 year ago |
David Robertson
|
f2d2481e56
Require SQLite >= 3.27.0 (#13760)
|
2 years ago |
Dirk Klimpel
|
444588c5fc
Add some type hints to tests files (#12833)
|
2 years ago |
Patrick Cloke
|
02d708568b
Replace assertEquals and friends with non-deprecated versions. (#12092)
|
2 years ago |
reivilibre
|
e6897e7383
Refactor `tests.util.setup_test_homeserver` and `tests.server.setup_test_homeserver`. (#11503)
|
2 years ago |
Olivier Wilkinson (reivilibre)
|
8cd68b8102
Revert accidental commits to develop.
|
2 years ago |
Olivier Wilkinson (reivilibre)
|
b3fd99b74a
Move `tests.utils.setup_test_homeserver` to `tests.server`
|
2 years ago |
Marcus
|
8070b893db
update black to 21.6b0 (#10197)
|
3 years ago |
Jonathan de Jong
|
4b965c862d
Remove redundant "coding: utf-8" lines (#9786)
|
3 years ago |
Patrick Cloke
|
0b3112123d
Use mock from the stdlib. (#9772)
|
3 years ago |
Erik Johnston
|
ae5b2a72c0
Reduce serialization errors in MultiWriterIdGen (#8456)
|
4 years ago |
Patrick Cloke
|
30426c7063
Convert additional database methods to async (select list, search, insert_many, delete_*) (#8168)
|
4 years ago |
Patrick Cloke
|
4a739c73b4
Convert simple_update* and simple_select* to async (#8173)
|
4 years ago |
Patrick Cloke
|
4c6c56dc58
Convert simple_select_one and simple_select_one_onecol to async (#8162)
|
4 years ago |
Patrick Cloke
|
050e20e7ca
Convert some of the general database methods to async (#8100)
|
4 years ago |
Erik Johnston
|
a7bdf98d01
Rename database classes to make some sense (#8033)
|
4 years ago |
Richard van der Hoff
|
67593b1728
Add `HomeServer.signing_key` property (#7805)
|
4 years ago |
Amber Brown
|
7cb8b4bc67
Allow configuration of Synapse's cache without using synctl or environment variables (#6391)
|
4 years ago |
Erik Johnston
|
2284eb3a53
Add database config class (#6513)
|
4 years ago |
Erik Johnston
|
852f80d8a6
Fixup tests
|
4 years ago |
Erik Johnston
|
756d4942f5
Move DB pool and helper functions into dedicated Database class
|
4 years ago |
Erik Johnston
|
ee86abb2d6
Remove underscore from SQLBaseStore functions
|
4 years ago |
Amber Brown
|
b36c82576e
Run Black on the tests again (#5170)
|
5 years ago |
Amber Brown
|
7072fe3084
Fix UPSERTs on SQLite 3.24+ (#4477)
|
5 years ago |
Amber Brown
|
58f6c48183
Use native UPSERTs where possible (#4306)
|
5 years ago |
Richard van der Hoff
|
414fa36f3e
Fix up tests
|
6 years ago |
black
|
8b3d9b6b19
Run black.
|
6 years ago |
Amber Brown
|
49af402019
run isort
|
6 years ago |
Richard van der Hoff
|
63ef607f1f
Fix tests for Store.__init__ update
|
7 years ago |
Erik Johnston
|
00957d1aa4
User Cursor.__iter__ instead of fetchall
|
7 years ago |