Open guibranco opened 4 years ago
@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 info@gitauto.ai or invite us to Slack Connect.
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:
XUnit: A popular testing framework for .NET applications.
NSubstitute: A friendly substitute for .NET mocking.
Bogus: A simple and sane library for generating fake data.
FluentAssertions: A library that provides a more readable way to assert conditions in tests.
Acceptance Criteria
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.