We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think we're reasonably close to the TestReports being ready for V1.0.0. Here is an initial list of tasks for discussion.
TestReports
TestSet
for
ReportingTestSet
localhost
int
CustomTestSet
runner
test!
runtests.jl
import
using
TestRepots.jl
Pkg
The text was updated successfully, but these errors were encountered:
We have now tagged 1.0
Sorry, something went wrong.
No branches or pull requests
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) Missing/incorrect attributes in report #56ReportingTestSet
s) Add timing information #49localhost
) Missing/incorrect attributes in report #56int
that increments for each test suite Missing/incorrect attributes in report #56CustomTestSet
s CustomTestSets may be broken #61Docs
CI
Code Hygiene
runner
, e.g.test!
Refactor runner.jl #58runtests.jl
into different files for different bits of functionality Refactor tests #59import
/using
to theTestRepots.jl
file Tidy imports #69Not for V1.0.0
Pkg
internals, but I'm not sure how possible this is without re-writing lots of it ourselvesThe text was updated successfully, but these errors were encountered: