summary refs log tree commit diff
path: root/tests/storage/test_user_directory.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Do not yield on awaitables in tests. (#8193)Patrick Cloke2020-08-271-4/+12
* Convert additional database stores to async/await (#8045)Patrick Cloke2020-08-071-2/+2
* Fixup testsErik Johnston2019-12-061-3/+1
* Move storage classes into a main "data store".Erik Johnston2019-10-211-1/+1
* Run Black on the tests again (#5170)Amber Brown2019-05-101-3/+1
* Migrate the user directory initial population to a background task (#4864)Amber Brown2019-03-191-8/+3
* fixupAmber Brown2019-03-121-2/+2
* Rewrite userdir to be faster (#4537)Amber Brown2019-03-071-2/+0
* Fix tests on postgresql (#3740)Amber Brown2018-09-041-1/+1
* Run tests under PostgreSQL (#3423)Amber Brown2018-08-131-1/+1
* Run black.black2018-08-101-26/+14
* run isortAmber Brown2018-07-091-0/+1
* Add tests for user directory searchRichard van der Hoff2018-01-271-0/+88