VBA-tools / vba-test

Add testing and TDD to VBA on Windows and Mac
MIT License
205 stars 46 forks source link

Update SpecSuite.cls #13

Closed Vitosh closed 3 years ago

Vitosh commented 8 years ago

The idea is to have a line, telling us how many times have we tried to add tests to the tool. In some cases, it may execute only the tests it can and thus the final line should look with this:

= PASS (48 of 48 passed) = 18.08.2016 15:24:53 ========================= Total tests:49

Then we realize that something was worng.

timhall commented 8 years ago

Hi @Vitosh Glad to see you're still using Excel-TDD, I'm sorry your other PR has waiting so long for review! I'll review this PR and the other this weekend and get back to you.

Vitosh commented 8 years ago

@timhall, I am using Excel-TDD on any VBA application I build. Its really nice to see VBA development making small steps forwards.

timhall commented 6 years ago

I originally marked this as closed from #23, but I'll take another look at it to make sure