Create result requires that I provide UTC time
Open
@csjall is already working on this.
Since Feb 19, 2026.
bug
- Dominant language
- Python
- Stars
- 2
- Forks
- 0
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 6
Description
Trying to call create_test_result with the following code will throw an error that the start and end times have to be in utc. The python API should allow me to provide local time and internally convert to utc.
test_result = TestResult(
name="name",
start_date_time=datetime.now(),
end_date_time=datetime.now(),
outcome=Outcome.PASSED,
)
Contributor guide
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.
Assessment
This issue has not been assessed yet.