Skip to content
  • Georges Racinet's avatar
    Heptapod: preparing to store User instances · 31054df34fdf
    Georges Racinet authored
    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.
    31054df34fdf