aws-deadline / deadline-cloud-test-fixtures

This package contains pytest fixtures that are used to test AWS Deadline Cloud Python packages
Apache License 2.0
9 stars 13 forks source link

feat!: rework package to facilitate worker agent integ tests #6

Closed jericht closed 1 year ago

jericht commented 1 year ago

What was the problem/requirement? (What/Why)

While working on writing integration tests for deadline-cloud-worker-agent, I realized there could be some improvements to our test library to make it easier to write tests

What was the solution? (How)

What is the impact of this change?

It's a little easier to use this package for integration tests (specifically for Worker agent)

How was this change tested?

Was this change documented?

Yes, added to README.md and an example configuration file

Is this a breaking change?

Yes

Changes