gothinkster/elixir-phoenix-realworld-example-app
View on GitHubTests for /articles/feed/
Open
#1 opened on Nov 28, 2017
0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)Elixir870 stars (870 stars)134 forks (134 forks)batch import
enhancementhelp wanted
Description
This issue does not include a description.
Contributor guide
- Tech stack
- elixir
- Domain
- backendapi
- Issue type
- test
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 2
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- under 1 hour
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- fresh
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- Basic Elixir knowledgeFamiliarity with Phoenix testing
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 90
- Research direction
- 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.