dburriss / hotspot

A dotnet command-line tool for analysing code risks like high complexity, size, and bus factor.
MIT License
4 stars 0 forks source link

Integration tests across different installs and OSes #6

Open dburriss opened 3 years ago

dburriss commented 3 years ago

It would be useful to test Windows, OSX, and Linux git tests. The Git type tests have all been marked with [<Trait("Category","Communication")>]. Running just these on various OSes would give a higher level of confidence. If each OS had the "default" git install, that should be the minimum bar.

dburriss commented 3 years ago

@droosma not sure if you keen to pick this up?

droosma commented 3 years ago

I would be yes.

droosma commented 3 years ago

Just ran the tests on my Windows machine: image Looking good to me.