cannorin / FSharp.CommandLine

A framework for building command line application in F#
Apache License 2.0
57 stars 1 forks source link

Unit Tests #6

Open mac10688 opened 3 years ago

mac10688 commented 3 years ago

I'm working on adding unit tests to the project. I'm about halfway done with my first pass and then I'll open a pull request.

https://github.com/mac10688/FSharp.CommandLine/tree/UnitTests

cannorin commented 3 years ago

wow that's very nice!!

cannorin commented 3 years ago

I'm splitting scanf functions out of this library to there is no need to add tests for that 🙂 (sorry for the delay btw, I wouldn't be able to code in the next few days)

mac10688 commented 3 years ago

I actually planned on not testing scanf anyway. It seemed out of scope of the project and more like a third party library.