|
38b120b03e
|
Update dependencies, fix tests
- replace assertTrue(mock.called_with(...)) with mock.assert_called_with
|
2024-08-23 17:57:40 +02:00 |
|
|
3d18392b67
|
Fix tests for Python 3
- drop Python 2 __future__ imports
- fix tests to handle new Django and Python 3 module names
- reformat changed files with black
|
2019-01-30 21:27:25 +01:00 |
|
|
1649e4592e
|
Add tests for userdbs app
This commit adds a set of unit tests for the userdbs app. Some tests
will fail because a refactoring to signals comes with the next commit.
|
2015-12-07 00:22:13 +00:00 |
|