JuliaApproximation / JuliaApproximation/ApproxFunOrthogonalPolynomials.jl
Refactor tests
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 4
- Forks
- 11
- Avg merge
- 5h 31m
- Merged PRs (30d)
- 4
Description
We should have as goal a 10-minute test suite per job on CI, per JuliaApproximation package. The tests in the ApproxFun ecosystem evolved from
- a collection of tricksy gotcha's to make function approximation fun and intuitive
- systematic test functions from https://github.com/JuliaApproximation/ApproxFunBase.jl/blob/master/src/testing.jl Probably there are ways to pare down the tests while ensuring the same level of support. Huge test suites needlessly clog up CI infrastructure and slow down development.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the package's existing tests and the systematic test functions in ApproxFunBase.jl's src/testing.jl. Compare the current CI job durations and identify redundant coverage while preserving the stated level of support. Done means each CI job is within the 10-minute goal without losing meaningful test coverage.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- ci-cd, testing
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100