1
0
Fork 0
Commit graph

9 commits

Author SHA1 Message Date
9d502f5ee2
Use setUpTestData() to speed up tests
Pylint's `bad-classmethod-argument` is disabled for each definition
to avoid rewriting the method bodies just to rename `self` → `cls`.
This can be done gradually, as the setUpTestData methods are modified
along the way.
2023-12-11 19:40:30 -03:00
317a239d40 Update shelf test now that it has multiple users 2022-07-14 12:10:29 -07:00
3f47cca5e6 Python formatting 2022-07-14 11:56:18 -07:00
73c4a01a6e Test for PermissionDenied error, not isNone 2022-07-14 11:45:59 -07:00
05716c3578 Adds unit test for creating shelves for another user 2022-07-14 11:38:53 -07:00
d9d0919ad4 More mocks for more tests 2021-12-09 19:14:10 -08:00
e6a251fdad Updates mocks across tests 2021-11-12 10:07:38 -08:00
f65a54eb4a Python formatting 2021-10-20 14:34:42 -07:00
5c2d6e6510 Separate out test files and add more tests 2021-10-20 14:30:11 -07:00