Heptapod: preparing to store User instances
Having real `User` instances on the `Heptapod` object has been on the radar since the `User` class was created. Many places in the test utils and at most a few in the tests themselves access the `Heptapod.users` dictionary. It's therefore a bit too much for now to convert all these to fetch a User instance directly, but the new `Heptapod.get_user()` method will help us transitioning progressively.
Please register or sign in to comment