awslabs / dynein

DynamoDB CLI written in Rust.
https://github.com/awslabs/dynein
Apache License 2.0
360 stars 37 forks source link

Add integration test for each command #143

Closed ryota-sakamoto closed 4 months ago

ryota-sakamoto commented 1 year ago

Background

We need to check compatibility through test before pull request is merged. For now, some integration tests are implemented but we haven't covered all of the command. So we need to add integration test for all of the command.

Tasks

StoneDot commented 5 months ago

@kzym-w, Could you assess the quality of the test for the query command? I have added tests in #187, so new tests may no longer be needed.

StoneDot commented 4 months ago

I have contacted kzym-w and I will take over the tests for the query.

StoneDot commented 4 months ago

We have added integration tests for all commands. I will close this.