Closed sweep-ai[bot] closed 1 year ago
This PR adds test scaffolding in the generated SDK to encourage testing practices and make it easier for users to write tests for their SDK.
The following changes were made:
tests/
Fixes #1.
To checkout this PR branch, run the following command in your terminal:
git checkout sweep/feature/test-scaffolding
Description
This PR adds test scaffolding in the generated SDK to encourage testing practices and make it easier for users to write tests for their SDK.
The following changes were made:
tests/
directory in the generated SDK.tests/
directory.tests/
directory and the no-op test.Summary of Changes
tests/
directory in the generated SDK.tests/
directory.tests/
directory and the no-op test.tests/
directory and the no-op test file in the SDK.Fixes #1.
To checkout this PR branch, run the following command in your terminal: