SaturnFramework / Saturn

Opinionated, web development framework for F# which implements the server-side, functional MVC pattern
https://saturnframework.org
MIT License
715 stars 109 forks source link

Add test instructions to the README.md and fix the test instructions in the CONTRIBUTING.md #315

Closed 64J0 closed 3 years ago

64J0 commented 3 years ago

I have noticed that the project lacks instructions about how to run the automated tests inside it. So I decided to contribute by providing a new section to the README.md where I teach people how to run those tests and how to run a specific test in cases where folks want to.

Also, I have fixed the CONTRIBUTING.md file where it shows a command to assert that all the tests are still passing. In this change, I just wrote basically the same thing I did for the README.md.

64J0 commented 3 years ago

Please tell me if I need to change something in order for this PR to be merged.

baronfel commented 3 years ago

:shipit: thanks for this!

Krzysztof-Cieslak commented 3 years ago

Thanks a lot!