0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)C#3,742 stars (3,742 stars)738 forks (738 forks)batch import
Help wantedImprovementUp-for-grabs
Description
We should add tests for ContinuaProvider
Contributor guide
- Tech stack
- csharp
- Domain
- testingbuild system
- 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.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- needs investigation
- Prerequisites
- C# programmingunit testing with xUnit or NUnitCake build system fundamentals
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 40
- Research direction
- Look for existing test examples in the test project, e.g., tests for other providers like JenkinsProvider. Find the ContinuaProvider source code and create a test class following the same patterns. Since the issue lacks details, check if there are any related PRs or recent changes. If the test infrastructure is dated, consider updating to modern testing practices.