Skip to content

Create result requires that I provide UTC time #110

Description

@adamarnesen

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,
    )

AB#3746793

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions