VTEX-SDK-dotnet icon indicating copy to clipboard operation
VTEX-SDK-dotnet copied to clipboard

[FEATURE] Add tests

Open guibranco opened this issue 5 years ago โ€ข 2 comments

Description
We need to implement unit tests for the library to ensure code quality and functionality. The unit tests should cover various aspects of the library's functionality and should be written using the following testing frameworks and libraries:

Acceptance Criteria

  • Create unit tests that cover the core functionalities of the library.
  • Ensure tests are comprehensive and utilize XUnit for testing framework, NSubstitute for mocking dependencies, Bogus for generating test data, and FluentAssertions for more readable assertions.
  • All tests should pass successfully and be included in the CI/CD pipeline.

Additional Context
Please ensure that the unit tests follow best practices for writing clean, maintainable code. Consider edge cases and error handling in your tests.

guibranco avatar Sep 21 '20 01:09 guibranco

@guibranco Pull request completed! Check it out here https://github.com/guibranco/VTEX-SDK-dotnet/pull/284 ๐Ÿš€

Note: I automatically create a pull request for an unassigned and open issue in order from oldest to newest once a day at 00:00 UTC, as long as you have remaining automation usage. Should you have any questions or wish to change settings or limits, please feel free to contact [email protected] or invite us to Slack Connect.

gitauto-ai[bot] avatar Jul 22 '24 00:07 gitauto-ai[bot]