Need Pester tests (for everything)
I'm going to start writing tests against AdventureWorks with Pester.
Hi Mike,
I was just wondering if there has been any progress mode on writing Pester tests.
Regards, Chris
Sorry so long to respond...got buried in my inbox. I haven't gotten around do doing anything about this.
My plan is to create a SQL script to create a test database (with tables/data, user and login) and write some tests against that data. It won't be "unit" tests because there's a dependency on the SQL Server version and connectivity, but it's the best I can come up with.
I just spent a few minutes writing some pester tests for ADOLIB (which is my favorite :-)). Went pretty well, and I will try to get something checked in this weekend.