JuliaDiff / JuliaDiff/BlueStyle
Root test clarification
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 519
- Forks
- 34
- PR merge metrics
- No merged PRs in 30d
Description
For you root test suggestion, some explsination may be necessary on what are "arithmetic.jl" and "urils.jl". Are they actual code or tests? Are they tests for modules in the same folder as 'runtests.jl'? Coming from pytest background testfile names as 'test_something.jl' feel appropriate, even though you would not need test_ prefix for test discovery.
@testset "PkgExtreme" begin
include("arithmetic.jl")
include("utils.jl")
end
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
Locate the root test suggestion that mentions arithmetic.jl, utils.jl, and runtests.jl. Clarify whether those files are code or tests, where they belong, and whether test_ prefixes are recommended; the documentation is done when the testing example and naming guidance remove those ambiguities.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- documentation, testing
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100