Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TestItemExamplePackage.jl

CI codecov Docs (dev)

A tiny temperature-conversion package that exists to demonstrate a Julia package fully on the test item stack: @testitem tests in test/, Pkg.test compatibility via TestItemRunner.jl, CI through the reusable testitem-workflow, an active format check (JuliaFormat.toml), and Documenter docs deployed by the same workflow.

The step-by-step story of what was added to the bare package is told in the Example chapter of the test item docs.

Try it

juliati                                     # run all test items (needs TestItemApp.jl)
juliaformat --check .                       # the CI format gate, locally
julia --project -e 'using Pkg; Pkg.test()'  # the classic way still works

Releases

Packages

Contributors

Languages