mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
For storing HTTP headers as a function of fixture name, previously we required that the fixture_to_headers method should reside in a separate module called headers.py. However, as in many cases, this method will only take a few lines, we decided to move this function into the view.py file of the integration instead of requiring a whole new file called headers.py This commit introduces the small change in the system architecture, migrates the GitHub integration, and updates the docs accordingly. |
||
|---|---|---|
| .. | ||
| fixtures | ||
| __init__.py | ||
| doc.md | ||
| tests.py | ||
| view.py | ||