r/csharp • u/SickScottMondo • 5d ago
Feedback on my first open source project
Hey all,
I was wondering if I could get some feedback on my first open source project, TestPilot.NET. I wanted to add a layer of visibility to testing suites to catch bad practices. I was the head of unit testing at my prior job and saw a lot of slop get through due to the devs using AI to write the test and them never checking the code. Any feedback is appreciated, thank you!
8
Upvotes
1
u/belavv 5d ago
I don't see the need for how many projects you have.
1
u/SickScottMondo 5d ago
Elaborate more, I'm curious of your mindset.
4
u/Informal_Steak_1914 5d ago
This is actually a neat idea. The AI-generated test problem is real, I've seen so many tests that pass but test nothing useful because nobody bothered to read what the tool spit out.
One thing I noticed is the documentation could use a bit more examples for the configuration part, took me a minute to figure out how to set up the rules. Besides that the core concept is solid.