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
Both testcase and testsuite attributes require a time attribute, and testsuite elements additionally require a timestamp attribute.
testcase
testsuite
time
timestamp
I don't think it will be possible (without it being super complicated) to time individual testcases (@test, @test_throws etc)
@test
@test_throws
The text was updated successfully, but these errors were encountered:
We might be able to time indivual testcastes by:
last_record_time
now()
record
TestReports.jl/src/testsets.jl
Line 31 in 1aa41e1
Sorry, something went wrong.
Oh yeah that's a great idea, nice one. I'll give it a go on the branch I'm working on
Successfully merging a pull request may close this issue.
Both
testcase
andtestsuite
attributes require atime
attribute, andtestsuite
elements additionally require atimestamp
attribute.I don't think it will be possible (without it being super complicated) to time individual testcases (
@test
,@test_throws
etc)The text was updated successfully, but these errors were encountered: