0 评论 (0 评论)0 反应 (0 反应)0 负责人 (0 负责人)Elixir870 star (870 star)134 fork (134 fork)batch import
enhancementhelp wanted
- 议题类型
- test
- 研究方向
- Examine the existing test directory for patterns (e.g., how other controller tests are written using ExUnit and Phoenix.ConnTest). Write a test for GET /articles/feed that verifies the response status and structure. Since there is no issue body, assume standard RealWorld API behavior: returns a list of articles for the authenticated user. Ensure the test passes against the current codebase.