V1.0.0 Roadmap
mmiller-max opened this issue · 1 comments
mmiller-max commented
I think we're reasonably close to the TestReports
being ready for V1.0.0. Here is an initial list of tasks for discussion.
Functionality
-
TestSet
s that use thefor
syntax result in multiple testsuites with the same name (will be fixed by testsuite/id below) #56 - Ensure all "required" fields in schema are present in report - main aim is that anything reading there report should have the fields that it expects
- Other schema updates #56
- Fix compatibility with
CustomTestSet
s #61
Docs
CI
- Only test PRs and master, rather than all branches (completed by #52)
Code Hygiene
- Ensure all internal functions have docstrings #58
- Refactor the larger functions in
runner
, e.g.test!
#58 - Split out
runtests.jl
into different files for different bits of functionality #59 - Move
import
/using
to theTestRepots.jl
file #69
Not for V1.0.0
- pass information, relies on updates to Julia
- It would be nice to rely less on
Pkg
internals, but I'm not sure how possible this is without re-writing lots of it ourselves
oxinabox commented
We have now tagged 1.0