Skip to content
Snippets Groups Projects
  1. Jan 04, 2021
  2. Jan 03, 2021
  3. Dec 30, 2020
    • Andrew Morgan's avatar
      Fix RoomDirectoryFederationTests and make them actually run (#8998) · 168ba00d
      Andrew Morgan authored
      The `RoomDirectoryFederationTests` tests were not being run unless explicitly called as an `__init__.py` file was not present in `tests/federation/transport/`. Thus the folder was not a python module, and `trial` did not look inside for any test cases to run. This was found while working on #6739.
      
      This PR adds a `__init__.py` and also fixes the test in a couple ways:
      
      - Switch to subclassing `unittest.FederatingHomeserverTestCase` instead, which sets up federation endpoints for us.
      - Supply a `federation_auth_origin` to `make_request` in order to more act like the request is coming from another server, instead of just an unauthenicated client requesting a federation endpoint.
      
      I found that the second point makes no difference to the test passing, but felt like the right thing to do if we're testing over federation.
      168ba00d
  4. Dec 29, 2020
  5. Dec 22, 2020
  6. Dec 18, 2020
  7. Dec 17, 2020
  8. Dec 16, 2020
  9. Dec 15, 2020
  10. Dec 14, 2020
  11. Dec 11, 2020
  12. Dec 09, 2020
  13. Dec 08, 2020
Loading