Skip to content

a project to explain unit tests using .net core and some extras πŸš€πŸ˜Ž

License

Notifications You must be signed in to change notification settings

Pub-Dev/Lesson-DotNet-UnitTest

Repository files navigation

Contributors Forks Stargazers Issues Mutation testing badge

Quality Gate Status Build and Test Bugs Coverage Lines of Code Reliability Rating

Pub Dev Store πŸ“šπŸ•Ή

this read-me still under development, We had time to develop the whole solution but not to create a good read-me 😜

About The Project

Here's why:

  • .NET 6.0 is the most advanced and fast framework to develop applications using C#
  • It's fun! πŸš€πŸŽ‰

Executing

[WIP]

Adding Migrations πŸ“š

Add-Migration [MigrationName] -OutputDir Configuration\Migrations

Tests ✍️

dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=opencover

Tests Mutations (Stryker) πŸ‘½

dotnet stryker -tp "tests/API.Tests/PubDev.Store.API.Tests.csproj"

Roadmap πŸ‘€

  • Ran out of Ideas 🀣, feel free to add one

See the open issues for a full list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contact

Project Link: https://github.com/Pub-Dev/Lesson-DotNet-UnitTest

Acknowledgments

About

a project to explain unit tests using .net core and some extras πŸš€πŸ˜Ž

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages