Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Add tests #20

Open
guibranco opened this issue Sep 21, 2020 · 2 comments
Open

[FEATURE] Add tests #20

guibranco opened this issue Sep 21, 2020 · 2 comments
Labels
📝 documentation Tasks related to writing or updating documentation enhancement New feature or request gitauto GitAuto label to trigger the app in a issue. good first issue Good for newcomers hacktoberfest Participation in the Hacktoberfest event help wanted Extra attention is needed tests Tests (Unit, Integration, Load, Stress, User Acceptance)

Comments

@guibranco
Copy link
Owner

guibranco commented Sep 21, 2020

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 guibranco added 📝 documentation Tasks related to writing or updating documentation enhancement New feature or request tests Tests (Unit, Integration, Load, Stress, User Acceptance) labels Sep 21, 2020
@guibranco guibranco self-assigned this Sep 21, 2020
@guibranco guibranco removed their assignment Jun 30, 2023
@guibranco guibranco added help wanted Extra attention is needed good first issue Good for newcomers labels Jun 30, 2023
@guibranco guibranco added the hacktoberfest Participation in the Hacktoberfest event label Oct 7, 2023
@guibranco guibranco changed the title Add tests [FEATURE] Add tests May 15, 2024
@gitauto-ai gitauto-ai bot added the gitauto GitAuto label to trigger the app in a issue. label Jul 22, 2024
Copy link

gitauto-ai bot commented Jul 22, 2024

@guibranco Pull request completed! Check it out here #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.

@guibranco guibranco removed the gitauto GitAuto label to trigger the app in a issue. label Nov 15, 2024
@gitauto-ai gitauto-ai bot added the gitauto GitAuto label to trigger the app in a issue. label Nov 18, 2024
Copy link

gitauto-ai bot commented Nov 18, 2024

@guibranco Pull request completed! Check it out here #378 🚀

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.

@gstraccini gstraccini bot added 🛠 WIP Work in progress and removed 🛠 WIP Work in progress labels Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📝 documentation Tasks related to writing or updating documentation enhancement New feature or request gitauto GitAuto label to trigger the app in a issue. good first issue Good for newcomers hacktoberfest Participation in the Hacktoberfest event help wanted Extra attention is needed tests Tests (Unit, Integration, Load, Stress, User Acceptance)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant