Skip to content
Snippets Groups Projects
  1. Mar 21, 2022
  2. Mar 18, 2022
  3. Mar 17, 2022
  4. Mar 16, 2022
  5. Mar 15, 2022
  6. Mar 14, 2022
  7. Mar 11, 2022
  8. Mar 10, 2022
  9. Mar 09, 2022
  10. Mar 08, 2022
  11. Mar 07, 2022
  12. Mar 04, 2022
  13. Mar 03, 2022
  14. Mar 02, 2022
    • David Robertson's avatar
      Remove unused mocks from `test_typing` (#12136) · 106959b3
      David Robertson authored
      * Remove unused mocks from `test_typing`
      
      It's not clear what these do. `get_user_by_access_token` has the wrong
      signature, including the return type. Tests all pass without these. I
      think we should nuke them.
      
      * Changelog
      
      * Fixup imports
      106959b3
    • Dirk Klimpel's avatar
      Add type hints to `tests/rest/client` (#12108) · 2ffaf308
      Dirk Klimpel authored
      * Add type hints to `tests/rest/client`
      
      * newsfile
      
      * fix imports
      
      * add `test_account.py`
      
      * Remove one type hint in `test_report_event.py`
      
      * change `on_create_room` to `async`
      
      * update new functions in `test_third_party_rules.py`
      
      * Add `test_filter.py`
      
      * add `test_rooms.py`
      
      * change to `assertEquals` to `assertEqual`
      
      * lint
      2ffaf308
Loading